From: phil Date: Tue, 1 Mar 2005 00:33:10 +0000 (+0000) Subject: Turn a CERROR into a CWARN. HP patch quieten_console_errors-sfs1530.patch X-Git-Tag: 1.3.4~106 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b106901b5a7daac8aa256640a95e2038060b43c0;p=fs%2Flustre-release.git Turn a CERROR into a CWARN. HP patch quieten_console_errors-sfs1530.patch b=4971 Info: HP SFS 1530/CFS 4971 Patches to convert some LustreError messages to simple warning Lustre messages where it seemed appropriate. --- diff --git a/lnet/libcfs/linux/linux-debug.c b/lnet/libcfs/linux/linux-debug.c index e8029b5..33bfd8a 100644 --- a/lnet/libcfs/linux/linux-debug.c +++ b/lnet/libcfs/linux/linux-debug.c @@ -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],