diff base/TempDirectory.cpp @ 844:f5cd33909744

Drop toStdString, with debug header we can stream QStrings
author Chris Cannam
date Tue, 26 Nov 2013 13:43:31 +0000
parents e802e550a1f2
children cc27f35aa75c
line wrap: on
line diff
--- a/base/TempDirectory.cpp	Tue Nov 26 13:35:08 2013 +0000
+++ b/base/TempDirectory.cpp	Tue Nov 26 13:43:31 2013 +0000
@@ -264,7 +264,7 @@
                 cerr << "INFO: Found abandoned temporary directory from "
                           << "a previous, defunct process\n(pid=" << pid
                           << ", directory=\""
-                          << dirpath.toStdString()
+                          << dirpath
                           << "\").  Removing it..." << endl;
                 cleanupDirectory(dirpath);
                 cerr << "...done." << endl;