diff options
author | David Teirney <david@teirney.net> | 2012-06-20 23:05:18 +1200 |
---|---|---|
committer | David Teirney <david@teirney.net> | 2012-06-20 23:05:18 +1200 |
commit | 716c438dc78f4b331e15060abbbd3cdcc7da661e (patch) | |
tree | 134ecccf72de6430970501fc71600a4c79347e58 /lib/cmyth | |
parent | d0f191391a2b9ad5e4075f9508d8acd58e9303be (diff) |
Cosmetic. Fix documentation for cmyth_set_dbg_msgcallback.
The logging used to go to stdout rather than stderr.
Diffstat (limited to 'lib/cmyth')
-rw-r--r-- | lib/cmyth/include/cmyth/cmyth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cmyth/include/cmyth/cmyth.h b/lib/cmyth/include/cmyth/cmyth.h index bc00b2cf14..fe26346cf4 100644 --- a/lib/cmyth/include/cmyth/cmyth.h +++ b/lib/cmyth/include/cmyth/cmyth.h @@ -214,7 +214,7 @@ extern void cmyth_dbg_none(void); extern void cmyth_dbg(int level, char *fmt, ...); /** - * Define a callback to use to send messages rather than using stderr + * Define a callback to use to send messages rather than using stdout * \param msgcb function pointer to pass a string to */ extern void cmyth_set_dbg_msgcallback(void (*msgcb)(int level,char *)); |