otutil: Note that ot_log_structured takes a printf format

This notably fixes compilation with CLang.

Closes: #548
Approved by: jlebon
This commit is contained in:
Colin Walters 2016-10-25 13:11:12 -04:00 committed by Atomic Bot
parent b77edf24a3
commit 21ca60f987

View File

@ -26,6 +26,6 @@ G_BEGIN_DECLS
void ot_log_structured_print_id_v (const char *message_id,
const char *format,
...);
...) G_GNUC_PRINTF(2, 3);
G_END_DECLS