diff options
| -rw-r--r-- | xlators/features/upcall/src/upcall-internal.c | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/xlators/features/upcall/src/upcall-internal.c b/xlators/features/upcall/src/upcall-internal.c index ea8a3f3b0c1..66cbddf5fa9 100644 --- a/xlators/features/upcall/src/upcall-internal.c +++ b/xlators/features/upcall/src/upcall-internal.c @@ -279,6 +279,11 @@ upcall_cleanup_expired_clients (xlator_t *this,                                           up_client->access_time;                          if (t_expired > (2*timeout)) { + +                                gf_log (THIS->name, GF_LOG_TRACE, +                                        "Cleaning up client_entry(%s)", +                                        up_client->client_uid); +                                  ret =                                    __upcall_cleanup_client_entry (up_client); @@ -289,9 +294,6 @@ upcall_cleanup_expired_clients (xlator_t *this,                                                  up_client);                                          goto out;                                  } -                                gf_log (THIS->name, GF_LOG_TRACE, -                                        "Cleaned up client_entry(%s)", -                                        up_client->client_uid);                          }                  }          }  | 
