From: Felix Fietkau Date: Thu, 5 Jun 2014 14:45:21 +0000 (+0200) Subject: service: fix a debug message typo X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=commitdiff_plain;h=919eb0f0f58c36f4b05a11a06f12429a8a863bdf service: fix a debug message typo Signed-off-by: Felix Fietkau --- diff --git a/service/watch.c b/service/watch.c index 0d2d9e0..b5f4ae3 100644 --- a/service/watch.c +++ b/service/watch.c @@ -65,7 +65,7 @@ static void watch_subscribe_cb(struct ubus_context *ctx, struct ubus_event_handl continue; if (!ubus_subscribe(ctx, &watch_subscribe, id)) return; - ERROR("failed to suscribe %d\n", id); + ERROR("failed to subscribe %d\n", id); } }