diff -r b18a4bf55ddb -r 2d2d25361590 secureswitools/swisistools/source/interpretsislib/installer.cpp --- a/secureswitools/swisistools/source/interpretsislib/installer.cpp Fri Sep 03 17:01:40 2010 +0300 +++ b/secureswitools/swisistools/source/interpretsislib/installer.cpp Tue Sep 28 14:48:39 2010 +0300 @@ -1019,7 +1019,7 @@ // hash file is always created on the system drive reghashdir[0] = iSystemDrive; - LINFO(L"\tCreating hash: " << reghashdir << basename); + LINFO(L"\tCreating hash: " << reghashdir << basename.c_str()); std::wstring hash = hashdir + basename; HANDLE hFile = MakeSISOpenFile(hash.c_str(), GENERIC_WRITE, CREATE_ALWAYS); if( INVALID_HANDLE_VALUE == hFile )