mirror of https://github.com/KLayout/klayout.git
Added file source to 'stream has unknown format' message.
This commit is contained in:
parent
0950d4d27d
commit
d6adadcad4
|
|
@ -62,7 +62,7 @@ Reader::Reader (tl::InputStream &stream)
|
|||
}
|
||||
|
||||
if (! mp_actual_reader) {
|
||||
throw db::ReaderException (tl::to_string (QObject::tr ("Stream has unknown format")));
|
||||
throw db::ReaderException (tl::to_string (QObject::tr ("Stream has unknown format: ")) + stream.source ());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue