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

oldstable
Tom Spear 2007-04-24 11:12:23 -05:00 committed by Alexandre Julliard
parent 27412837b9
commit 621eceb633
1 changed files with 1 additions and 1 deletions

View File

@ -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')
{