added LOG message

svn path=/trunk/; revision=7026
This commit is contained in:
Martin Fuchs 2003-12-14 15:02:17 +00:00
parent f0a64ffc31
commit e9fe559efd

View file

@ -299,6 +299,7 @@ LRESULT MainFrame::WndProc(UINT nmsg, WPARAM wparam, LPARAM lparam)
path = fsp;
if (path) {
LOG(FmtString(TEXT("PM_OPEN_WINDOW: path=%s"), path));
lstrcpy(buffer, path);
path = buffer;
}