summaryrefslogtreecommitdiff
path: root/include/log.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-08-12 17:41:55 -0700
committerMarcel Holtmann <marcel@holtmann.org>2009-08-12 17:41:55 -0700
commite55a33d8a3902c425757724c8704e0e1c1ad5c1a (patch)
tree93465c6ee661140cfaaa28109906259449f3c451 /include/log.h
parentc3f36b488df418192dd7e716fea89012d55addf9 (diff)
downloadconnman-e55a33d8a3902c425757724c8704e0e1c1ad5c1a.tar.gz
connman-e55a33d8a3902c425757724c8704e0e1c1ad5c1a.tar.bz2
connman-e55a33d8a3902c425757724c8704e0e1c1ad5c1a.zip
Add function for printing warnings
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/log.h b/include/log.h
index 991e019a..0ed8ee27 100644
--- a/include/log.h
+++ b/include/log.h
@@ -34,6 +34,8 @@ extern "C" {
void connman_info(const char *format, ...)
__attribute__((format(printf, 1, 2)));
+void connman_warn(const char *format, ...)
+ __attribute__((format(printf, 1, 2)));
void connman_error(const char *format, ...)
__attribute__((format(printf, 1, 2)));
void connman_debug(const char *format, ...)