Changeset 40947 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Apr 16, 2012 6:04:08 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77499
- Location:
- trunk/src/VBox/Additions/WINNT/VBoxGINA
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/Dialog.cpp
r40214 r40947 275 275 if (RT_SUCCESS(rc)) 276 276 { 277 277 #ifdef DEBUG 278 278 VBoxGINAVerbose(0, "VBoxGINA::credentialsHandle: retrieved credentials: user=%ls, password=%ls, domain=%ls\n", 279 279 pwszUser, pwszPassword, pwszDomain); 280 280 #else 281 281 VBoxGINAVerbose(0, "VBoxGINA::credentialsHandle: retrieved credentials: user=%ls, password=XXX, domain=%ls\n", 282 282 pwszUser, pwszDomain); 283 283 #endif 284 284 /* Fill in credentials to appropriate UI elements. */ 285 285 rc = credentialsToUI(hwndDlg, … … 301 301 } 302 302 303 #ifdef DEBUG 303 304 VBoxGINAVerbose(3, "VBoxGINA::credentialsHandle: returned with rc=%Rrc\n", rc); 305 #endif 304 306 return rc; 305 307 } -
trunk/src/VBox/Additions/WINNT/VBoxGINA/Helper.cpp
r40214 r40947 131 131 fHandle = true; 132 132 133 #ifdef DEBUG 133 134 VBoxGINAVerbose(3, "VBoxGINA::handleCurrentSession: Handling current session=%RTbool\n", fHandle); 135 #endif 134 136 return fHandle; 135 137 }
Note:
See TracChangeset
for help on using the changeset viewer.