From a2a491d7aa37987573a38659ac6608919eddb682 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 25 Jul 2011 08:22:58 +0300 Subject: [PATCH] * cosmetics --- libmuguile/mu-guile-store.h | 2 +- src/mu-log.h | 2 +- src/mu-runtime.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libmuguile/mu-guile-store.h b/libmuguile/mu-guile-store.h index 4ce295ea..47c60a8d 100644 --- a/libmuguile/mu-guile-store.h +++ b/libmuguile/mu-guile-store.h @@ -25,7 +25,7 @@ extern "C" { #endif /*__cplusplus*/ -/** +/** * initialize mu:store functions * */ diff --git a/src/mu-log.h b/src/mu-log.h index 661b3529..323a41f4 100644 --- a/src/mu-log.h +++ b/src/mu-log.h @@ -41,7 +41,7 @@ G_BEGIN_DECLS * * @return TRUE if initialization succeeds, FALSE otherwise */ -gboolean mu_log_init (const char *logfile, gboolean backup, +gboolean mu_log_init (const char *logfile, gboolean backup, gboolean quiet, gboolean debug) G_GNUC_WARN_UNUSED_RESULT; diff --git a/src/mu-runtime.c b/src/mu-runtime.c index ff3204b3..f0a24f1d 100644 --- a/src/mu-runtime.c +++ b/src/mu-runtime.c @@ -117,7 +117,7 @@ mu_runtime_init (const char* muhome_arg, const char *name) init_paths (muhome, _data); _data->_name = g_strdup (name); - if (!init_log (muhome, name, FALSE, FALSE, FALSE)) { + if (!init_log (muhome, name, FALSE, TRUE, FALSE)) { runtime_free (); g_free (muhome); return FALSE;