Commit 621eceb6 authored by Tom Spear's avatar Tom Spear Committed by Alexandre Julliard

winecfg: Change WINE_ERR to WINE_TRACE since there is no real error.

parent 27412837
......@@ -352,7 +352,7 @@ static void on_remove_click(HWND dialog)
drive = (struct drive *) item.lParam;
WINE_ERR("unixpath: %s\n", drive->unixpath);
WINE_TRACE("unixpath: %s\n", drive->unixpath);
if (drive->letter == 'C')
{
......
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