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

BLUEGENE - get rid of debug messages from the database

parent 7eb60dda
No related branches found
No related tags found
No related merge requests found
...@@ -1400,6 +1400,9 @@ void get_command(void) ...@@ -1400,6 +1400,9 @@ void get_command(void)
xfree(cluster_name); xfree(cluster_name);
} }
/* make sure we don't get any noisy debug */
ba_configure_set_ba_debug_flags(0);
bg_configure_ba_setup_wires(); bg_configure_ba_setup_wires();
color_count = 0; color_count = 0;
...@@ -1410,9 +1413,6 @@ void get_command(void) ...@@ -1410,9 +1413,6 @@ void get_command(void)
snprintf(com, sizeof(com), "%s", params.command); snprintf(com, sizeof(com), "%s", params.command);
goto run_command; goto run_command;
} else { } else {
/* make sure we don't get any noisy debug */
ba_configure_set_ba_debug_flags(0);
text_width = text_win->_maxx; text_width = text_win->_maxx;
text_startx = text_win->_begx; text_startx = text_win->_begx;
command_win = newwin(3, text_width - 1, LINES - 4, command_win = newwin(3, text_width - 1, LINES - 4,
......
...@@ -273,6 +273,9 @@ extern char *resolve_mp(char *desc, node_info_msg_t *node_info_ptr) ...@@ -273,6 +273,9 @@ extern char *resolve_mp(char *desc, node_info_msg_t *node_info_ptr)
return ret_str; return ret_str;
} }
/* Quite any errors that could come our way here. */
ba_configure_set_ba_debug_flags(0);
bg_configure_ba_setup_wires(); bg_configure_ba_setup_wires();
if (desc[0] != 'R') { if (desc[0] != 'R') {
......
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