Skip to content
Snippets Groups Projects
Commit 570ac867 authored by Danny Auble's avatar Danny Auble
Browse files

BLUEGENE - Change error to debug, sense the issue really isn't an error,

more of a hey, the user is asking for something out of the norm.
parent 67fdbce5
No related branches found
No related tags found
No related merge requests found
......@@ -250,7 +250,7 @@ try_small_again:
break;
#endif
default:
error("This size %d is unknown on this system", cnodes);
debug("This size %d is unknown on this system", cnodes);
goto finished;
break;
}
......
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