debug: introduce literal debug function in backend API
commitea45c6571a5e1304c9fa904b181e24cae6a3d10d
authorStefan Becker <stefan.becker@nokia.com>
Thu, 24 Jun 2010 09:10:18 +0000 (24 12:10 +0300)
committerStefan Becker <stefan.becker@nokia.com>
Thu, 24 Jun 2010 09:10:18 +0000 (24 12:10 +0300)
tree741d39b5da6568536bc76083fb6a25f7b788e55b
parentad1003e60a7cb35512dbea40e4cd899e1e58f998
debug: introduce literal debug function in backend API

This fixes a compilation error on Ubuntu which complains about format string
not being a literal. I wonder why this GCC warning is not enabled on Fedora.

The new backend function is safer, i.e. _NOFORMAT() can be used to log strings
that contain '%' characters.
src/api/sipe-backend.h
src/core/sipe-xml-tests.c
src/purple/purple-debug.c