From 4267c04b69316698c97b634b39f61be9ef1f6aaa Mon Sep 17 00:00:00 2001 From: Ilia Maslakov Date: Wed, 27 Apr 2011 10:53:40 +0000 Subject: [PATCH] subshell.c: changed printf message into stserr to the vfs_print_message Signed-off-by: Ilia Maslakov --- src/subshell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subshell.c b/src/subshell.c index 37829cbb4..4a77e9295 100644 --- a/src/subshell.c +++ b/src/subshell.c @@ -1239,7 +1239,7 @@ do_subshell_chdir (const char *directory, gboolean update_prompt, gboolean reset if (bPathNotEq && strcmp (pcwd, ".")) { char *cwd = strip_password (g_strdup (pcwd), 1); - fprintf (stderr, _("Warning: Cannot change to %s.\n"), cwd); + vfs_print_message (_("Warning: Cannot change to %s.\n"), cwd); g_free (cwd); } } -- 2.11.4.GIT