mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +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);
|
hr = SHELL32_GetCLSIDForDirectory(Tmp, L"CLSID", &clsidFolder);
|
||||||
if (SUCCEEDED(hr))
|
if (SUCCEEDED(hr))
|
||||||
{
|
{
|
||||||
ERR("SHOULD DO SOMETHING WITH CLSID?\n");
|
ERR("Got CLSID override for '%S'\n", Tmp);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue