From 2f73c4665ebfefb1b44918d156658b284769bbb8 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 19 Jun 2000 15:40:57 +0000 Subject: Oops. except make it actually work. svn path=/trunk/; revision=3634 --- shell/evolution-shell-component-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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. */ -- cgit