Juan Lang : netapi32: Improve a trace.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 11:19:41 CDT 2009


Module: wine
Branch: master
Commit: 45ae94dddc0667dbea2f3f4eaca08ab14f691dff
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=45ae94dddc0667dbea2f3f4eaca08ab14f691dff

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Oct  8 09:34:04 2009 -0700

netapi32: Improve a trace.

---

 dlls/netapi32/netapi32.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/netapi32/netapi32.c b/dlls/netapi32/netapi32.c
index 8847e24..12218fc 100644
--- a/dlls/netapi32/netapi32.c
+++ b/dlls/netapi32/netapi32.c
@@ -97,7 +97,7 @@ NET_API_STATUS WINAPI NetServerEnumEx(
  */
 NET_API_STATUS WINAPI NetServerGetInfo(LMSTR servername, DWORD level, LPBYTE* bufptr)
 {
-    FIXME("stub (%p, %d, %p)\n", servername, level, bufptr);
+    FIXME("stub (%s, %d, %p)\n", debugstr_w(servername), level, bufptr);
     return ERROR_ACCESS_DENIED;
 }
 




More information about the wine-cvs mailing list