summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authoreddyg <[email protected]>2007-12-20 02:44:41 +0000
committereddyg <[email protected]>2007-12-20 02:44:41 +0000
commit11bc366f6b8e7c7aa4e35426763227cf9958dc64 (patch)
tree861f2e98bc8838bc499ffd0ad1223c2dbf170d59 /test
parent932a94ec17ab01f1e48eeba5b6fbf7e89794f176 (diff)
hb_log should not be used outside of HB Lib, it's private to HB, using
so causes an undeclared symbol warning. In test.c fprintf should be used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1139 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c2
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"))
{