summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/util/debug.h
diff options
context:
space:
mode:
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);