aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.c b/exec.c
index 736793e7..40f528b1 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
{