diff options
Diffstat (limited to 'xlators/protocol/client/src/client-callback.c')
| -rw-r--r-- | xlators/protocol/client/src/client-callback.c | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client-callback.c b/xlators/protocol/client/src/client-callback.c index 947b43f5052..bfc8641129c 100644 --- a/xlators/protocol/client/src/client-callback.c +++ b/xlators/protocol/client/src/client-callback.c @@ -28,19 +28,24 @@  int  client_cbk_null (void *data)  { +        gf_log (THIS->name, GF_LOG_WARNING, +                "this function should not be called");          return 0;  }  int  client_cbk_fetchspec (void *data)  { -        gf_log ("", 1, "here i am"); +        gf_log (THIS->name, GF_LOG_WARNING, +                "this function should not be called");          return 0;  }  int  client_cbk_ino_flush (void *data)  { +        gf_log (THIS->name, GF_LOG_WARNING, +                "this function should not be called");          return 0;  }  | 
