Trace: FIx issue with creation of trace file with output dir overhaul.
--HG-- extra : rebase_source : c1ab57ea8805703d97cdee4f32410821a2d2a9db
This commit is contained in:
parent
cb6ea0492f
commit
9b52717a92
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ void
|
|||
setOutput(const string &filename)
|
||||
{
|
||||
dprintf_stream = simout.find(filename);
|
||||
if (!dprintf_stream)
|
||||
dprintf_stream = simout.create(filename);
|
||||
}
|
||||
|
||||
ObjectMatch ignore;
|
||||
|
|
Loading…
Reference in a new issue