diff options
Diffstat (limited to 'src/testbed/ll_monitor.c')
-rw-r--r-- | src/testbed/ll_monitor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/ll_monitor.c b/src/testbed/ll_monitor.c index 6956550564..3a43b490b2 100644 --- a/src/testbed/ll_monitor.c +++ b/src/testbed/ll_monitor.c @@ -23,7 +23,7 @@ * @brief The load level monitor process. This is called whenever a job event * happens. This file is called with the following syntax: * "monitor_program job_id user_arg state exit_status" - * @author Sree Harsha Totakura <sreeharsha@totakura.in> + * @author Sree Harsha Totakura <sreeharsha@totakura.in> */ #include "platform.h" @@ -63,7 +63,7 @@ main (int argc, char **argv) PRINTF ("\t Exit status: %s \n", exit_status); if (-1 == asprintf (&outfile, "job-%s.status", job_id)) - return 1; + return 1; out = fopen (outfile, "a"); if (NULL == out) return 1; |