Changeset 54101 in vbox
- Timestamp:
- Feb 6, 2015 3:18:24 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98067
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/VBoxDTraceWrapper.cpp
r53974 r54101 119 119 if (!RTFileExists(szDTraceCmd)) 120 120 return RTMsgErrorExit(RTEXITCODE_FAILURE, 121 "Unable to find a DTrace implementation. ");121 "Unable to find a DTrace implementation. VBoxDTrace Extension Pack installed?"); 122 122 fIsNativeDTrace = false; 123 123 }
Note:
See TracChangeset
for help on using the changeset viewer.