Commit 382c9a1a authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Debug traces cosmetic fixes.

parent 31b41cf6
......@@ -228,7 +228,7 @@ MMRESULT WINAPI acmDriverOpen(PHACMDRIVER phad, HACMDRIVERID hadid, DWORD fdwOpe
{
PWINE_ACMDRIVERID padid;
TRACE("(%p, %x, %08lu\n", phad, hadid, fdwOpen);
TRACE("(%p, %x, %08lu)\n", phad, hadid, fdwOpen);
if (!phad)
return MMSYSERR_INVALPARAM;
......@@ -242,7 +242,7 @@ MMRESULT WINAPI acmDriverOpen(PHACMDRIVER phad, HACMDRIVERID hadid, DWORD fdwOpe
if (padid->pACMDriver) {
/* FIXME: Is it allowed? */
ERR("Can't open driver twice\n");
ERR("Can't open driver '%s' twice\n", padid->pszDriverAlias);
return MMSYSERR_ERROR;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment