[FREELDR] fix copypasta

CORE-11161

svn path=/trunk/; revision=71259
This commit is contained in:
Christoph von Wittich 2016-05-04 08:28:44 +00:00
parent 03b9615a02
commit 035804c150

View file

@ -132,7 +132,7 @@ RegInitCurrentControlSet(
&DataSize);
if (Error != ERROR_SUCCESS)
{
ERR("RegQueryValue('Default') failed (Error %u)\n", (int)Error);
ERR("RegQueryValue('LastKnownGood') failed (Error %u)\n", (int)Error);
return Error;
}