projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c09dc
)
service: fix a leftover debug hack
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Jun 2014 14:44:29 +0000
(16:44 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Jun 2014 14:44:29 +0000
(16:44 +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 fd44a163825d524f83c801d0c4bcbaca0d42cdc1..0d2d9e0ba9f8c49727f37f825f276a1e0e6801eb 100644
(file)
--- a/
service/watch.c
+++ b/
service/watch.c
@@
-100,7
+100,7
@@
watch_notify_cb(struct ubus_context *ctx, struct ubus_object *obj,
struct ubus_request_data *req, const char *method,
struct blob_attr *msg)
{
- if (
1 ||
debug >= 3) {
+ if (debug >= 3) {
char *str;
str = blobmsg_format_json(msg, true);