diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c index 22c33b695..f96d9c344 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -213,6 +213,7 @@ ephy_main_start (gpointer data) /* Server mode */ else if (ephy_server_mode) { + g_warning ("Server mode is deprecated and known to crash when logging out. Use at your own risk!\n"); g_object_ref (G_OBJECT(ephy_shell)); } /* Launch the bookmarks editor */ |