summaryrefslogtreecommitdiffstats
path: root/test/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.c')
-rw-r--r--test/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c
index 8694dc085..6793d22cc 100644
--- a/test/test.c
+++ b/test/test.c
@@ -85,7 +85,7 @@ static int HandleEvents( hb_handle_t * h );
****************************************************************************/
static void hb_cli_error_handler ( const char *errmsg )
{
- hb_log( "ERROR: %s", errmsg );
+ fprintf( stderr, "ERROR: %s", errmsg );
}
int main( int argc, char ** argv )