diff options
Diffstat (limited to 'xlators/nfs/server/src/nlm4.c')
| -rw-r--r-- | xlators/nfs/server/src/nlm4.c | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nlm4.c b/xlators/nfs/server/src/nlm4.c index b54e14b10..03257806e 100644 --- a/xlators/nfs/server/src/nlm4.c +++ b/xlators/nfs/server/src/nlm4.c @@ -487,7 +487,8 @@ int nsm_monitor(char *host)          clnt = clnt_create("localhost", SM_PROG, SM_VERS, "tcp");          if(!clnt)          { -                gf_log (GF_NLM, GF_LOG_ERROR, "Clnt_create()"); +                gf_log (GF_NLM, GF_LOG_ERROR, "%s", +                        clnt_spcreateerror ("Clnt_create()"));                  goto out;          }  | 
