diff --git a/slsDetectorSoftware/slsReceiver/eigerReceiver.cpp b/slsDetectorSoftware/slsReceiver/eigerReceiver.cpp index 497ab59f4..8d206cacb 100644 --- a/slsDetectorSoftware/slsReceiver/eigerReceiver.cpp +++ b/slsDetectorSoftware/slsReceiver/eigerReceiver.cpp @@ -13,7 +13,7 @@ /* uncomment next line to enable debug output */ #define EIGER_DEBUG -/* macro for debug output */ +/* macro for debug output http://stackoverflow.com/a/14256296 */ #ifdef EIGER_DEBUG #define DEBUG(x) do { std::cerr << x << std::endl; } while (0) #else