Skip to content

Commit

Permalink
Exceptions changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliapc committed Mar 9, 2019
1 parent 2ec8a3b commit 7059bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cassette/TsxImage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -551,11 +551,11 @@ void TsxImage::convert(const Filename& filename, FilePool& filePool, CliComm& cl
}
}
if (!headerFound) {
throw MSXException(filename.getOriginal() +
throw MSXException(filename.getOriginal(),
": not a valid TSX image");
}
if (issueWarning) {
cliComm.printWarning("Skipped unhandled data in " +
cliComm.printWarning("Skipped unhandled data in ",
filename.getOriginal());
}

Expand Down

0 comments on commit 7059bf9

Please sign in to comment.