aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-12 00:46:16 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-12 00:46:16 +1000
commitda058aa141d4d96cec24f439357c3d23242c7528 (patch)
tree58c3e5e857cb70f12981e40ca7943567d8ec4f54 /exec.c
parent67333a23f1f84bc1de5d7d90185c621264f259b7 (diff)
Add one missing translation string in exec.c
darcs-hash:20060111144616-ac50b-b0520a639e2d06b75629e0ab171111c529993d32.gz
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/exec.c b/exec.c
index 6e7f2df4..736793e7 100644
--- a/exec.c
+++ b/exec.c
@@ -565,13 +565,6 @@ static void internal_exec_helper( const wchar_t *def,
signal_block();
-/*
- io_data_t *buff = io_get( io, 1 );
- if( buff && buff->io_mode == IO_BUFFER )
- fwprintf( stderr, L"block %ls produced %d bytes of output\n",
- def,
- buff->out_buffer->used );
-*/
io_untransmogrify( io, io_internal );
job_reap( 0 );
is_block=is_block_old;
@@ -1269,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 returned illegal string, discarded one entry" ) );
}
else
{