Changeset 38733 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Sep 13, 2011 1:17:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r38637 r38733 1012 1012 else if (RT_SUCCESS(rc)) 1013 1013 { 1014 RTPrintf("Value: % S\n", pszValue);1014 RTPrintf("Value: %s\n", pszValue); 1015 1015 if (fVerbose) 1016 1016 { 1017 1017 RTPrintf("Timestamp: %lld ns\n", u64Timestamp); 1018 RTPrintf("Flags: % S\n", pszFlags);1018 RTPrintf("Flags: %s\n", pszFlags); 1019 1019 } 1020 1020 }
Note:
See TracChangeset
for help on using the changeset viewer.