From 55bf661ca48ff0cbc2bebf57e5825328ba4ab05a Mon Sep 17 00:00:00 2001 From: Igor Kushnir Date: Sun, 11 May 2014 11:39:55 +0300 Subject: [PATCH] Fixed compilation error. --- hotkeywrapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotkeywrapper.cc b/hotkeywrapper.cc index 38fed0ca..fdccb95a 100644 --- a/hotkeywrapper.cc +++ b/hotkeywrapper.cc @@ -481,7 +481,7 @@ void HotkeyWrapper::run() // Runs in a separate thread if ( !XRecordEnableContext( dataDisplay, recordContext, recordEventCallback, (XPointer) this ) ) - DPRINTF( "Failed to enable record context\n" ); + GD_DPRINTF( "Failed to enable record context\n" ); }