Skip to content

Commit

Permalink
Disable logging turned on by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed May 27, 2022
1 parent 30bfe84 commit 024134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ddb_smtc/ddb_smtc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ ddb_artwork_plugin_t *artwork = nullptr;


#define MAX_LEN 256
//#define trace(...) { deadbeef->log_detailed (&plugin.plugin, 0, __VA_ARGS__); }
#define trace(...) { deadbeef->log ( __VA_ARGS__); }
#define trace(...) { deadbeef->log_detailed (&plugin.plugin, 0, __VA_ARGS__); }
//#define trace(...) { deadbeef->log ( __VA_ARGS__); }
#define trace_err(...) { deadbeef->log ( __VA_ARGS__); }

int
Expand Down

0 comments on commit 024134b

Please sign in to comment.