Trace: FIx issue with creation of trace file with output dir overhaul.
--HG-- extra : rebase_source : c1ab57ea8805703d97cdee4f32410821a2d2a9db
This commit is contained in:
@@ -64,6 +64,8 @@ void
|
||||
setOutput(const string &filename)
|
||||
{
|
||||
dprintf_stream = simout.find(filename);
|
||||
if (!dprintf_stream)
|
||||
dprintf_stream = simout.create(filename);
|
||||
}
|
||||
|
||||
ObjectMatch ignore;
|
||||
|
||||
Reference in New Issue
Block a user