summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util/debug.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-29 13:48:30 +1000
committerAndrew Tridgell <tridge@samba.org>2007-05-29 13:48:30 +1000
commitbc891232b600d2c03688003213f5cb0ac6977f8c (patch)
tree3997619bbd5990a5b1ca0ba2241e737a9bbba808 /ctdb/lib/util/debug.h
parentedcaa0d6a051d69a82ad15e275605fffb8d26075 (diff)
downloadsamba-bc891232b600d2c03688003213f5cb0ac6977f8c.tar.gz
samba-bc891232b600d2c03688003213f5cb0ac6977f8c.tar.xz
samba-bc891232b600d2c03688003213f5cb0ac6977f8c.zip
fixed some debug messages
(This used to be ctdb commit 037f0149c0c0e65af0a1669b9a52586129e4b48f)
Diffstat (limited to 'ctdb/lib/util/debug.h')
-rw-r--r--ctdb/lib/util/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/lib/util/debug.h b/ctdb/lib/util/debug.h
index bc1e8f9423..109b642394 100644
--- a/ctdb/lib/util/debug.h
+++ b/ctdb/lib/util/debug.h
@@ -18,4 +18,4 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-void do_debug(const char *format, ...);
+void do_debug(const char *format, ...) PRINTF_ATTRIBUTE(1, 2);