msi: Remove a misleading ERR, as this fails if a file doesn't exist, which is common.

This commit is contained in:
James Hawkins 2007-05-24 11:10:44 -07:00 committed by Alexandre Julliard
parent 4a71ab79f5
commit f5c2806ca1
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ static LPWSTR deformat_file(MSIPACKAGE* package, LPCWSTR key, DWORD* sz,
}
else
{
ERR("Unable to get ShortPath size (%s)\n",
debugstr_w( file->TargetPath) );
value = strdupW( file->TargetPath );
*sz = (lstrlenW(value)) * sizeof(WCHAR);
}