Changeset 7262 in vbox for trunk/src/VBox/Additions/linux/module
- Timestamp:
- Mar 4, 2008 9:07:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/module/hgcmcall.c
r5999 r7262 321 321 if (VBOX_FAILURE(rc)) 322 322 { 323 LogRel(("IOCTL_VBOXGUEST_HGCM_CALL: internal ioctl call failed, rc=% Vrc\n", rc));323 LogRel(("IOCTL_VBOXGUEST_HGCM_CALL: internal ioctl call failed, rc=%Rrc\n", rc)); 324 324 rc = -RTErrConvertToErrno(rc); 325 325 }
Note:
See TracChangeset
for help on using the changeset viewer.