afm-user-daemon: adds verbose info
[src/app-framework-main.git] / src / verbose.c
index ad5d265..7e46a33 100644 (file)
@@ -1,6 +1,8 @@
 /*
  Copyright 2015 IoT.bzh
 
+ author: José Bollo <jose.bollo@iot.bzh>
+
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
@@ -21,7 +23,7 @@ int verbosity = 1;
 #else
 void verbose_error(const char *file, int line)
 {
-       ERROR("error file %s line %d", file, line);
+       syslog(LOG_ERR, "error file %s line %d", file, line);
 }
 #endif