Skip to content
Snippets Groups Projects
Commit b106901b authored by Phil Schwan's avatar Phil Schwan
Browse files

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.
parent dd69b18a
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ void portals_run_upcall(char **argv) ...@@ -88,7 +88,7 @@ void portals_run_upcall(char **argv)
argc < 5 ? "" : ",", argc < 5 ? "" : argv[4], argc < 5 ? "" : ",", argc < 5 ? "" : argv[4],
argc < 6 ? "" : ",..."); argc < 6 ? "" : ",...");
} else { } 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], argv[0], argv[1],
argc < 3 ? "" : ",", argc < 3 ? "" : argv[2], argc < 3 ? "" : ",", argc < 3 ? "" : argv[2],
argc < 4 ? "" : ",", argc < 4 ? "" : argv[3], argc < 4 ? "" : ",", argc < 4 ? "" : argv[3],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment