summaryrefslogtreecommitdiffstats
path: root/src/power/trace.h
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-07-27 09:35:03 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-07-27 09:35:03 +0200
commit171113535983029ab395341c8f8f3c92f320ea1a (patch)
tree2e7f2f064d29804666465166c114aa7f7845e134 /src/power/trace.h
parent99b6e54a64d962d226679ca290117f114eaf8245 (diff)
downloadopenlmi-providers-171113535983029ab395341c8f8f3c92f320ea1a.tar.gz
openlmi-providers-171113535983029ab395341c8f8f3c92f320ea1a.tar.xz
openlmi-providers-171113535983029ab395341c8f8f3c92f320ea1a.zip
Unify logging through all providers
Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
Diffstat (limited to 'src/power/trace.h')
-rw-r--r--src/power/trace.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/power/trace.h b/src/power/trace.h
deleted file mode 100644
index 65118d4..0000000
--- a/src/power/trace.h
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#define TRACE(level, ...) _trace(level, __FILE__, __LINE__, __VA_ARGS__)
-
-void _trace(int level, const char *file, int line, const char *format, ...);