dbghelp: No need for WINE_ prefixed ERR.

This commit is contained in:
André Hentschel 2012-01-09 23:23:09 +01:00 committed by Alexandre Julliard
parent c83b67bc4f
commit b95574e286
1 changed files with 2 additions and 2 deletions

View File

@ -600,8 +600,8 @@ static BOOL pe_load_msc_debug_info(const struct process* pcs, struct module* mod
if (nDbg != 1 || dbg->Type != IMAGE_DEBUG_TYPE_MISC ||
misc->DataType != IMAGE_DEBUG_MISC_EXENAME)
{
WINE_ERR("-Debug info stripped, but no .DBG file in module %s\n",
debugstr_w(module->module.ModuleName));
ERR("-Debug info stripped, but no .DBG file in module %s\n",
debugstr_w(module->module.ModuleName));
}
else
{