diff options
Diffstat (limited to 'src/core/main.c')
-rw-r--r-- | src/core/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c index 95da1233..e6628cd0 100644 --- a/src/core/main.c +++ b/src/core/main.c | |||
@@ -132,7 +132,7 @@ int main(int argc, | |||
132 | if (YES == GC_get_configuration_value_yesno(cfg, | 132 | if (YES == GC_get_configuration_value_yesno(cfg, |
133 | "LOGGING", | 133 | "LOGGING", |
134 | "DEVELOPER", | 134 | "DEVELOPER", |
135 | NO)) | 135 | NO)) |
136 | mask |= GE_DEVELOPER | GE_REQUEST; | 136 | mask |= GE_DEVELOPER | GE_REQUEST; |
137 | my_ctx = createGtkLogger(mask); | 137 | my_ctx = createGtkLogger(mask); |
138 | GE_setDefaultContext(my_ctx); | 138 | GE_setDefaultContext(my_ctx); |