Author: cwittich
Date: Wed May  4 08:28:44 2016
New Revision: 71259
URL: 
http://svn.reactos.org/svn/reactos?rev=71259&view=rev
Log:
[FREELDR] fix copypasta
CORE-11161
Modified:
    trunk/reactos/boot/freeldr/freeldr/ntldr/registry.c
Modified: trunk/reactos/boot/freeldr/freeldr/ntldr/registry.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/ntldr…
==============================================================================
--- trunk/reactos/boot/freeldr/freeldr/ntldr/registry.c [iso-8859-1] (original)
+++ trunk/reactos/boot/freeldr/freeldr/ntldr/registry.c [iso-8859-1] Wed May  4 08:28:44
2016
@@ -132,7 +132,7 @@
                           &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;
     }