diff options
Diffstat (limited to 'test/test.c')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 773983478..49474b788 100644 --- a/test/test.c +++ b/test/test.c @@ -402,7 +402,7 @@ static int HandleEvents( hb_handle_t * h ) if (preset) { - hb_log("+ Using preset: %s", preset_name); + fprintf( stderr, "+ Using preset: %s", preset_name); if (!strcmp(preset_name, "Animation")) { |