Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / config / session-config.cpp
index 19d587c610de6aa6acd7338861b7445682d48405..2d2f303f5aef7d964d39eff93db69dbe4268b0c1 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
@@ -528,7 +528,7 @@ end:
        return ret >= 0 ? 0 : ret;
 }
 
-static
+static ATTR_FORMAT_PRINTF(2, 3)
 void xml_error_handler(void *ctx, const char *format, ...)
 {
        char *errMsg;
This page took 0.023191 seconds and 4 git commands to generate.