src/dvbpsi_private.h: fix typo in dvbpsi_warning macro
[email protected] (Christian Suloway) Wed, 24 Dec 2014 12:52:00 +0100 (CET)
| Newsgroups | gmane.comp.video.videolan.libdvbpsi.devel |
|---|---|
| Message-ID | <[email protected]> |
libdvbpsi | branch: master | Christian Suloway <[email protected]> | Wed Dec 10 16:09:48 2014 -0600| [a88f462538c725bc41ecf40eb5bd2b7486c1f528] | committer: Jean-Paul Saman src/dvbpsi_private.h: fix typo in dvbpsi_warning macro Signed-off-by: Jean-Paul Saman <[email protected]> > http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=a88f462538c725bc41ecf40eb5bd2b7486c1f528 --- src/dvbpsi_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dvbpsi_private.h b/src/dvbpsi_private.h index a3a4be4..3f5a39e 100644 --- a/src/dvbpsi_private.h +++ b/src/dvbpsi_private.h @@ -45,7 +45,7 @@ void dvbpsi_message(dvbpsi_t *dvbpsi, const int level, const char *fmt, ...); # define dvbpsi_error(hnd, src, str, x...) \ dvbpsi_message(hnd, DVBPSI_MSG_ERROR, "libdvbpsi error (%s): " str, src, ##x) # define dvbpsi_warning(hnd, src, str, x...) \ - dvbpsi_message(hnd, DVBPSI_MSG_WARNING, "libdvbpsi warning (%s): " str, src, ##x) + dvbpsi_message(hnd, DVBPSI_MSG_WARN, "libdvbpsi warning (%s): " str, src, ##x) # define dvbpsi_debug(hnd, src, str, x...) \ dvbpsi_message(hnd, DVBPSI_MSG_DEBUG, "libdvbpsi debug (%s): " str, src, ##x) #else _______________________________________________ libdvbpsi-devel mailing list [email protected] https://mailman.videolan.org/listinfo/libdvbpsi-devel