Author: hpoussin
Date: Thu May 14 00:44:12 2009
New Revision: 40915

URL: http://svn.reactos.org/svn/reactos?rev=40915&view=rev
Log:
We know that the function works, so no need to print a FIXME

Modified:
    trunk/reactos/dll/win32/setupapi/cfgmgr.c

Modified: trunk/reactos/dll/win32/setupapi/cfgmgr.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/setupapi/cfgmgr.c?rev=40915&r1=40914&r2=40915&view=diff
==============================================================================
--- trunk/reactos/dll/win32/setupapi/cfgmgr.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/setupapi/cfgmgr.c [iso-8859-1] Thu May 14 00:44:12 
2009
@@ -810,7 +810,7 @@
     LPWSTR lpDevInst;
     CONFIGRET ret;
 
-    FIXME("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
+    TRACE("%p %lx %p\n", dnDevInst, ulFlags, hMachine);
 
     if (!IsUserAdmin())
         return CR_ACCESS_DENIED;

Reply via email to