diff options
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 6621611b37..24736067bb 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -390,7 +390,7 @@ calendar_component_peek (void) component = g_object_new (calendar_component_get_type (), NULL); if (e_mkdir_hier (calendar_component_peek_config_directory (component), 0777) != 0) { - g_warning (G_STRLOC, ": Cannot create directory %s: %s", + g_warning (G_STRLOC ": Cannot create directory %s: %s", calendar_component_peek_config_directory (component), g_strerror (errno)); g_object_unref (component); |