msi: Don't print the function name twice in a WARN.

This commit is contained in:
Michael Stefaniuc 2010-02-04 00:20:37 +01:00 committed by Alexandre Julliard
parent d8a9a691e6
commit 643f55abab

View file

@ -831,7 +831,7 @@ UINT WINAPI MsiDatabaseCommit( MSIHANDLE hdb )
return ERROR_INVALID_HANDLE;
IWineMsiRemoteDatabase_Release( remote_database );
WARN("MsiDatabaseCommit not allowed during a custom action!\n");
WARN("not allowed during a custom action!\n");
return ERROR_SUCCESS;
}