From 8a504f047da69565f3031814110650c84c1ad763 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 7 Jul 2010 17:26:17 +0300 Subject: [PATCH] obexd: fix strerr option --- obexd/client/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/client/main.c b/obexd/client/main.c index 29fbab1fb..82445866d 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"); -- 2.47.3