mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SHELL32] Include the folder path in logging
This commit is contained in:
parent
b58c3d73ca
commit
9fcdc68182
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ private:
|
|||
hr = SHELL32_GetCLSIDForDirectory(Tmp, L"CLSID", &clsidFolder);
|
||||
if (SUCCEEDED(hr))
|
||||
{
|
||||
ERR("SHOULD DO SOMETHING WITH CLSID?\n");
|
||||
ERR("Got CLSID override for '%S'\n", Tmp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue