More clean-ups and cool template stuff
[invirt/third/libt4.git] / threaded_log.cc
similarity index 88%
rename from tprintf.cc
rename to threaded_log.cc
index 93a6070..57ddc08 100644 (file)
@@ -1,6 +1,6 @@
 #include <sys/time.h>
 #include <stdint.h>
-#include "tprintf.h"
+#include "threaded_log.h"
 
 std::mutex cerr_mutex;
 std::map<std::thread::id, int> thread_name_map;