Sets correct output filename for status log.
This commit is contained in:
parent
009ce1e9f3
commit
fa1057ddfd
|
@ -11,7 +11,7 @@ namespace Logging
|
||||||
|
|
||||||
public StatusLog(LogConfig config, DateTime start, string codexId, string name = "")
|
public StatusLog(LogConfig config, DateTime start, string codexId, string name = "")
|
||||||
{
|
{
|
||||||
fullName = NameUtils.GetFixtureFullName(config, start, name);
|
fullName = NameUtils.GetFixtureFullName(config, start, name) + "_STATUS.log";
|
||||||
fixtureName = NameUtils.GetRawFixtureName();
|
fixtureName = NameUtils.GetRawFixtureName();
|
||||||
this.codexId = codexId;
|
this.codexId = codexId;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue