Whamcloud - gitweb
LU-14833 sec: quiet spurious gss_init_svc_upcall() message
[fs/lustre-release.git] / lustre / ptlrpc / gss / gss_svc_upcall.c
index 0c5a36a..5b0da4b 100644 (file)
@@ -1167,8 +1167,8 @@ int __init gss_init_svc_upcall(void)
        }
 
        if (channel_users(&rsi_cache) == 0)
-               CWARN("Init channel is not opened by lsvcgssd, following "
-                     "request might be dropped until lsvcgssd is active\n");
+               CDEBUG(D_SEC,
+                      "Init channel is not opened by lsvcgssd, following request might be dropped until lsvcgssd is active\n");
 
        return 0;
 }