summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 178402a)
raw | patch | inline | side by side (parent: 178402a)
author | Maryam Tahhan <maryam.tahhan@intel.com> | |
Tue, 19 Jul 2016 12:14:19 +0000 (13:14 +0100) | ||
committer | Maryam Tahhan <maryam.tahhan@intel.com> | |
Tue, 19 Jul 2016 12:14:19 +0000 (13:14 +0100) |
Fix error: format '%lu' expects type 'long unsigned int', but
argument 6 has type 'derive_t'. For line 93.
Change-Id: I4f164d238cd4fa6f8a69d78b2906042aa3c5da72
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
argument 6 has type 'derive_t'. For line 93.
Change-Id: I4f164d238cd4fa6f8a69d78b2906042aa3c5da72
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
src/hugepages.c | patch | blob | history |
diff --git a/src/hugepages.c b/src/hugepages.c
index db18de05531ae8a7e42fb7de3322ac3f5fd9e350..fb736a6a991758554af96e211d70b55059e83804 100644 (file)
--- a/src/hugepages.c
+++ b/src/hugepages.c
sstrncpy (vl.type_instance, type_instance, sizeof (vl.type_instance));
}
- DEBUG("submit_one pl_inst:%s, inst_type %s, type %s, val=%lu",
+ DEBUG("submit_one pl_inst:%s, inst_type %s, type %s, val=%"PRIu64"",
plug_inst, type_instance, type, value);
plugin_dispatch_values (&vl);