shell32: Change a fixme to a trace in shfldr_unixfs.c.

This downgrades a FIXME that can be triggered in normal operation
through the use of, for example, SHGetIDListFromObject.
This commit is contained in:
David Hedberg 2010-07-21 21:49:13 +02:00 committed by Alexandre Julliard
parent 6d1ef3a6a6
commit a6db972c77
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ static HRESULT WINAPI UnixFolder_IShellFolder2_QueryInterface(IShellFolder2 *ifa
cfShellIDList = RegisterClipboardFormatW(CFSTR_SHELLIDLISTW);
} else {
*ppv = NULL;
FIXME("Unimplemented interface %s\n", shdebugstr_guid(riid));
TRACE("Unimplemented interface %s\n", shdebugstr_guid(riid));
return E_NOINTERFACE;
}