diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-05 16:45:21 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-05 16:45:21 +0200 |
commit | 919eb0f0f58c36f4b05a11a06f12429a8a863bdf (patch) | |
tree | dc7df1f1f2770f63afe5263986f5854fd440c247 /service | |
parent | 8d8e22733caa9b254048c6d2b2ab15dc6b1af3c0 (diff) | |
download | unitd-919eb0f0f58c36f4b05a11a06f12429a8a863bdf.tar unitd-919eb0f0f58c36f4b05a11a06f12429a8a863bdf.zip |
service: fix a debug message typo
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'service')
-rw-r--r-- | service/watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |