aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c
index 282c3424da..116ab27382 100644
--- a/shell/e-shell-view-menu.c
+++ b/shell/e-shell-view-menu.c
@@ -487,7 +487,7 @@ command_work_offline (BonoboUIComponent *uih,
shell_view = E_SHELL_VIEW (data);
shell = e_shell_view_get_shell (shell_view);
- g_warning ("Putting the shell offline");
+ g_message ("Putting the shell offline");
e_shell_go_offline (shell, shell_view);
}
@@ -502,7 +502,7 @@ command_work_online (BonoboUIComponent *uih,
shell_view = E_SHELL_VIEW (data);
shell = e_shell_view_get_shell (shell_view);
- g_warning ("Putting the shell online");
+ g_message ("Putting the shell online");
e_shell_go_online (shell, shell_view);
}