summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 18:50:10 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-08-29 18:50:10 +0200
commit354d9bcdd852bd3f071b4308507aaf01e9f82ad9 (patch)
treeb5dec2f5cfa118b6bb16be839dac5e2fa75f3a7a /plugins/shellexec
parentc5a173b7a25bd1e10b50c1fd0d6797ca78776e37 (diff)
disabled tracing in shellexec
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/shellexec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index af1078c1..35c8a2eb 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -44,8 +44,8 @@
#include "../../deadbeef.h"
-#define trace(...) { fprintf(stderr, __VA_ARGS__); }
-//#define trace(fmt,...)
+//#define trace(...) { fprintf(stderr, __VA_ARGS__); }
+#define trace(fmt,...)
static DB_misc_t plugin;
static DB_functions_t *deadbeef;