* cosmetics
This commit is contained in:
@ -25,7 +25,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif /*__cplusplus*/
|
#endif /*__cplusplus*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* initialize mu:store functions
|
* initialize mu:store functions
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -41,7 +41,7 @@ G_BEGIN_DECLS
|
|||||||
*
|
*
|
||||||
* @return TRUE if initialization succeeds, FALSE otherwise
|
* @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)
|
gboolean quiet, gboolean debug)
|
||||||
G_GNUC_WARN_UNUSED_RESULT;
|
G_GNUC_WARN_UNUSED_RESULT;
|
||||||
|
|
||||||
|
|||||||
@ -117,7 +117,7 @@ mu_runtime_init (const char* muhome_arg, const char *name)
|
|||||||
init_paths (muhome, _data);
|
init_paths (muhome, _data);
|
||||||
_data->_name = g_strdup (name);
|
_data->_name = g_strdup (name);
|
||||||
|
|
||||||
if (!init_log (muhome, name, FALSE, FALSE, FALSE)) {
|
if (!init_log (muhome, name, FALSE, TRUE, FALSE)) {
|
||||||
runtime_free ();
|
runtime_free ();
|
||||||
g_free (muhome);
|
g_free (muhome);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user