diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-20 08:24:35 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-20 08:24:35 -0400 |
commit | a59acebb93a89fd560b947333b1d37d1d177ce10 (patch) | |
tree | 1d91037d8bc05bf216440a87e4160c55c32c2d39 /socket-common.h | |
parent | 36fa03dc7b96994a86db9fa7a51e8dd654c27b14 (diff) |
added version info
Diffstat (limited to 'socket-common.h')
-rw-r--r-- | socket-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket-common.h b/socket-common.h index dfba8f8..4e4f694 100644 --- a/socket-common.h +++ b/socket-common.h @@ -5,7 +5,7 @@ #include <gio/gio.h> #include <string.h> -#define DEBUG_ON - uncomment this to have debug messages +//#define DEBUG_ON - uncomment this to have debug messages #ifdef DEBUG_ON #define g_print_debug(...) g_print(__VA_ARGS__) |