diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/evolution-shell-component-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c index 7604c9dbce..dd3bdb3c5d 100644 --- a/shell/evolution-shell-component-client.c +++ b/shell/evolution-shell-component-client.c @@ -361,7 +361,7 @@ evolution_shell_component_client_new (const char *id) if (corba_object == CORBA_OBJECT_NIL) { printf ("Could not activate component %s.\n" "(Maybe you need to set OAF_INFO_PATH?)\n" - "CRASHING!\n"); + "CRASHING!\n", id); /* FIXME: This is not the right call here. It will SEGV * in Bonobo_Unknown_unref. */ |