Changeset 56996 in vbox
- Timestamp:
- Jul 18, 2015 11:23:28 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101711
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/converter
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/converter/UIConverterBackendCOM.cpp
r56233 r56996 547 547 if (!keys.contains(strProtocol, Qt::CaseInsensitive)) 548 548 { 549 AssertMsgFailed(("No value for '%s'" ));549 AssertMsgFailed(("No value for '%s'", strProtocol.toAscii().constData())); 550 550 return KNATProtocol_UDP; 551 551 }
Note:
See TracChangeset
for help on using the changeset viewer.