wscript: Fix compilation of debug mode without log4cxx
Change-Id: I2719b3ffea85f226276adc24e26fdae722eb2ae9
diff --git a/src/logging.h b/src/logging.h
index 78d0eea..975153d 100644
--- a/src/logging.h
+++ b/src/logging.h
@@ -82,7 +82,7 @@
#include <iostream>
#define _LOG_DEBUG(x) \
- std::clog << boost::get_system_time () << " " << boost::this_thread::get_id () << " " << x << endl;
+ std::clog << boost::get_system_time () << " " << boost::this_thread::get_id () << " " << x << std::endl;
#else
#define _LOG_DEBUG(x)