winecfg: Change WINE_ERR to WINE_TRACE since there is no real error.
This commit is contained in:
parent
27412837b9
commit
621eceb633
|
@ -352,7 +352,7 @@ static void on_remove_click(HWND dialog)
|
||||||
|
|
||||||
drive = (struct drive *) item.lParam;
|
drive = (struct drive *) item.lParam;
|
||||||
|
|
||||||
WINE_ERR("unixpath: %s\n", drive->unixpath);
|
WINE_TRACE("unixpath: %s\n", drive->unixpath);
|
||||||
|
|
||||||
if (drive->letter == 'C')
|
if (drive->letter == 'C')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue