Changeset 55699 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- May 6, 2015 6:43:42 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgcfg.cpp
r52138 r55699 659 659 */ 660 660 #ifdef RT_OS_WINDOWS 661 RTPathChangeToDosSlashes(pszSrcArchive, false /*fForce*/); 662 RTPathChangeToDosSlashes(pszPath, false /*fForce*/); 661 663 const char *papszArgs[] = 662 664 { … … 819 821 { 820 822 RTFileDelete(pszPath); 821 rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, pszPath);823 rtDbgCfgLog1(pThis, "%Rrc on URL '%s'\n", rc, szUrl); 822 824 } 823 825 if (rc == VERR_HTTP_NOT_FOUND)
Note:
See TracChangeset
for help on using the changeset viewer.