diff options
Diffstat (limited to 'xlators/nfs')
| -rw-r--r-- | xlators/nfs/lib/src/rpcsvc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/lib/src/rpcsvc.c b/xlators/nfs/lib/src/rpcsvc.c index 587a8469608..1041cfda522 100644 --- a/xlators/nfs/lib/src/rpcsvc.c +++ b/xlators/nfs/lib/src/rpcsvc.c @@ -1246,7 +1246,7 @@ nfs_rpcsvc_program_actor (rpcsvc_conn_t *conn, rpcsvc_request_t *req)                  goto err;          if (req->prognum != program->prognum) { -                gf_log (GF_RPCSVC, GF_LOG_ERROR, "RPC program not available"); +                gf_log (GF_RPCSVC, GF_LOG_DEBUG, "RPC program not available");                  err = PROG_UNAVAIL;                  goto err;          }  | 
