Diff between d85b3cd62d7264757774f5a2e984de45a3a2289f and 8a504f047da69565f3031814110650c84c1ad763
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/main.c | +1 | -1 | modified |
Full Patch
diff --git a/obexd/client/main.c b/obexd/client/main.c
index 29fbab1..8244586 100644
--- a/obexd/client/main.c
+++ b/obexd/client/main.c
@@ -611,7 +611,7 @@ int main(int argc, char *argv[])
event_loop = g_main_loop_new(NULL, FALSE);
- __obex_log_init(option_debug, option_stderr);
+ __obex_log_init(option_debug, !option_stderr);
DBG("Entering main loop");