projects
/
oweals
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d8e227
)
service: fix a debug message typo
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Jun 2014 14:45:21 +0000
(16:45 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Jun 2014 14:45:21 +0000
(16:45 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
service/watch.c
patch
|
blob
|
history
diff --git
a/service/watch.c
b/service/watch.c
index 0d2d9e0ba9f8c49727f37f825f276a1e0e6801eb..b5f4ae3b8f7b03710e2a20650fd547fbe1ba3cf1 100644
(file)
--- 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 su
b
scribe %d\n", id);
}
}