Skip to content
Snippets Groups Projects
Commit 15492543 authored by Moe Jette's avatar Moe Jette
Browse files

Change a log message to be more meaningful.

parent 4ff50e94
No related branches found
No related tags found
No related merge requests found
......@@ -508,7 +508,7 @@ static int _parse_request(char* request_string, partition_t** request_result)
return SLURM_ERROR;
}
debug("incoming request %s", request_string);
debug3("bluegene config request %s", request_string);
*request_result = (partition_t*) xmalloc(sizeof(partition_t));
for (i=0; ; i++) {
......
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