summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/run.c')
-rw-r--r--libglusterfs/src/run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libglusterfs/src/run.c b/libglusterfs/src/run.c
index 5d7f1d207b1..6018a58ad5f 100644
--- a/libglusterfs/src/run.c
+++ b/libglusterfs/src/run.c
@@ -43,8 +43,8 @@
#include "common-utils.h"
#endif
+#include "libglusterfs-messages.h"
#include "run.h"
-
void
runinit (runner_t *runner)
{
@@ -187,7 +187,7 @@ runner_log (runner_t *runner, const char *dom, gf_loglevel_t lvl,
if (len > 0)
buf[len - 1] = '\0';
- gf_log_callingfn (dom, lvl, "%s: %s", msg, buf);
+ gf_msg_callingfn (dom, lvl, 0, LG_MSG_RUNNER_LOG, "%s: %s", msg, buf);
GF_FREE (buf);
}