comparison 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
comparison
equal deleted inserted replaced
843:e802e550a1f2 844:f5cd33909744
262 262
263 if (GetProcessStatus(pid) == ProcessNotRunning) { 263 if (GetProcessStatus(pid) == ProcessNotRunning) {
264 cerr << "INFO: Found abandoned temporary directory from " 264 cerr << "INFO: Found abandoned temporary directory from "
265 << "a previous, defunct process\n(pid=" << pid 265 << "a previous, defunct process\n(pid=" << pid
266 << ", directory=\"" 266 << ", directory=\""
267 << dirpath.toStdString() 267 << dirpath
268 << "\"). Removing it..." << endl; 268 << "\"). Removing it..." << endl;
269 cleanupDirectory(dirpath); 269 cleanupDirectory(dirpath);
270 cerr << "...done." << endl; 270 cerr << "...done." << endl;
271 break; 271 break;
272 } 272 }