msi: Don't print the function name twice in a WARN.
This commit is contained in:
parent
d8a9a691e6
commit
643f55abab
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue