summaryrefslogtreecommitdiffstats
path: root/service/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'service/watch.c')
-rw-r--r--service/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/watch.c b/service/watch.c
index 1d7cf78..fd44a16 100644
--- a/service/watch.c
+++ b/service/watch.c
@@ -104,7 +104,7 @@ watch_notify_cb(struct ubus_context *ctx, struct ubus_object *obj,
char *str;
str = blobmsg_format_json(msg, true);
- LOG("Received ubus notify '%s': %s\n", method, str);
+ DEBUG(3, "Received ubus notify '%s': %s\n", method, str);
free(str);
}