summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.c b/src/cli.c
index 6cf3401..0596b24 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -212,7 +212,7 @@ static void print_worker_output( const char *worker_name )
len--;
}
if( len > 0 ) {
- print_message( "worker %s:", worker_name );
+ print_message( "output %s:", worker_name );
print_answer( data );
}
} else if( ret == ERRNOLG ) {