Add some possibly-useful markers for debugging threads from coredumps.
[dcpomatic.git] / src / lib / butler.cc
index 37e8c95443021e3c7d70c174e3839f12fbcb24fa..6de5d57904efb7ecb32dfb167aff7f9112db953d 100644 (file)
@@ -179,6 +179,8 @@ void
 Butler::thread ()
 try
 {
+       start_of_thread ("Butler");
+
        while (true) {
                boost::mutex::scoped_lock lm (_mutex);