Skip to content
Snippets Groups Projects
Commit 1ba2296e authored by Morris Jette's avatar Morris Jette
Browse files

burst_buffer/cray: add some more logging

parent b25abb3a
No related branches found
No related tags found
No related merge requests found
......@@ -2438,6 +2438,8 @@ bb_entry_t *_bb_entry_get(int *num_ent, bb_state_t *state_ptr)
}
_free_script_argv(script_argv);
if (bb_state.bb_config.debug_flag)
info("%s: pools: %s", __func__, string);
_python2json(string);
j = json_tokener_parse(string);
if (j == NULL) {
......
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