Whamcloud - gitweb
Turn a CERROR into a CWARN. HP patch quieten_console_errors-sfs1530.patch
authorphil <phil>
Tue, 1 Mar 2005 00:33:10 +0000 (00:33 +0000)
committerphil <phil>
Tue, 1 Mar 2005 00:33:10 +0000 (00:33 +0000)
b=4971
Info:
        HP SFS 1530/CFS 4971
        Patches to convert some LustreError messages to simple warning
        Lustre messages where it seemed appropriate.

lnet/libcfs/linux/linux-debug.c

index e8029b5..33bfd8a 100644 (file)
@@ -88,7 +88,7 @@ void portals_run_upcall(char **argv)
                        argc < 5 ? "" : ",", argc < 5 ? "" : argv[4],
                        argc < 6 ? "" : ",...");
         } else {
-                CERROR("Invoked portals upcall %s %s%s%s%s%s%s%s%s\n",
+                CWARN("Invoked portals upcall %s %s%s%s%s%s%s%s%s\n",
                        argv[0], argv[1],
                        argc < 3 ? "" : ",", argc < 3 ? "" : argv[2],
                        argc < 4 ? "" : ",", argc < 4 ? "" : argv[3],