-fix build

svn path=/trunk/; revision=28840
This commit is contained in:
Christoph von Wittich
2007-09-04 13:37:09 +00:00
parent 88ced411c7
commit 7700f97898
+1 -1
View File
@@ -170,7 +170,7 @@ namespace Sysreg_
options[0] = (TCHAR*)qemuimgdir.c_str();
options[2] = (TCHAR*)image.c_str();
cerr << "Creating HDD Image ..." << output << endl;
cerr << "Creating HDD Image ..." << image << endl;
if (OsSupport::createProcess ((TCHAR*)qemuimgdir.c_str(), 4, options, true))
{
m_HDDImage = image;