Changeset 27047 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 4:36:08 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r26632 r27047 672 672 { 673 673 if (rc != VERR_INTERRUPTED) 674 LogRel((DEVICE_NAME "::IOCtl: VBoxGuestCommonIOCtl failed. rc=%d\n", rc));674 LogRel((DEVICE_NAME "::IOCtl: VBoxGuestCommonIOCtl failed. Cmd=%#x rc=%d\n", Cmd, rc)); 675 675 else 676 676 Log((DEVICE_NAME "::IOCtl: VBoxGuestCommonIOCtl failed. rc=%d\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.