summaryrefslogtreecommitdiff
path: root/telepathy-logger
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger')
-rw-r--r--telepathy-logger/log-manager.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/telepathy-logger/log-manager.c b/telepathy-logger/log-manager.c
index dbe748c..71a57d8 100644
--- a/telepathy-logger/log-manager.c
+++ b/telepathy-logger/log-manager.c
@@ -370,8 +370,7 @@ _tpl_log_manager_add_event (TplLogManager *manager,
}
if (!retval)
{
- CRITICAL ("Failed to write to all "
- "writable LogStores log-id %s.", _tpl_event_get_log_id (event));
+ CRITICAL ("Failed to write event to all writable LogStores.");
g_set_error_literal (error, TPL_LOG_MANAGER_ERROR,
TPL_LOG_MANAGER_ERROR_ADD_EVENT,
"Non recoverable error occurred during log manager's "