X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=blobdiff_plain;f=main.c;h=af022c8507f0b17c91db8705933d900e864149f6;hp=a6d2c89cd3fd1812540fb83d1f91f30c91c17f17;hb=717d5e7fb0b84458e74468f0507d6dcfc1ba071d;hpb=dbcb6cd8e6d1a12daa21a6aa17738adf026cf069 diff --git a/main.c b/main.c index a6d2c89..af022c8 100644 --- a/main.c +++ b/main.c @@ -53,7 +53,7 @@ static void read_config(int signalnum) { /* continuous mode is required on Fremantle */ ctx.continuous_mode = 1; if (!cfg.continuous_mode) - log_msg("WARNING: continuous_mode = 0 operation no longer supported, ignoring config setting"); + log_msg("continuous_mode = 0 operation no longer supported, ignoring config setting\n"); #else ctx.continuous_mode = cfg.continuous_mode; #endif @@ -142,7 +142,7 @@ int main() { error->message); return 1; } - if (reqname_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) { + if (reqname_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) { log_msg("Another browser-switchboard already running\n"); return 1; }