summaryrefslogtreecommitdiff
path: root/framebuffer/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'framebuffer/misc.c')
-rw-r--r--framebuffer/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/framebuffer/misc.c b/framebuffer/misc.c
index 406a959d3..f1f96816a 100644
--- a/framebuffer/misc.c
+++ b/framebuffer/misc.c
@@ -27,7 +27,7 @@
void warn_user(const char *warning, const char *detail)
{
- LOG(("%s %s", warning, detail));
+ LOG("%s %s", warning, detail);
}