From ee665208636a581d21a83c1a1d1c955e5fd99802 Mon Sep 17 00:00:00 2001 From: axel Date: Mon, 16 Jan 2006 06:04:42 +1000 Subject: [PATCH] Give subshell command in error message for output conversion of data from subshell darcs-hash:20060115200442-ac50b-4b3add7f99cf460186a6e0922966365dedcc2759.gz --- exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec.c b/exec.c index 736793e74..40f528b1d 100644 --- a/exec.c +++ b/exec.c @@ -1262,7 +1262,7 @@ int exec_subshell( const wchar_t *cmd, el = str2wcs( begin ); if( !el ) { - debug( 0, _( L"Subshell returned illegal string, discarded one entry" ) ); + debug( 0, _( L"Subshell '%ls' returned illegal string, discarded one entry" ), cmd ); } else {