Skip to content
Snippets Groups Projects
Commit 88fa1a8b authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Change LOGI to not use worker_log

parent a4cc5a07
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
#endif
#define LOGI(x) do { std::stringstream sst; sst << x; logI(sst.str()); } while (false)
#define LOGI(x) do { std::cerr << "Info: " << x << std::endl; } while (false)
#define ABORT(x) do { std::stringstream sst; sst << x; logI(sst.str()); abort(); } while (false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment