Minor cpnano_debug fix

This commit is contained in:
Ned Wright 2023-12-26 11:36:21 +00:00
parent 3084641737
commit eb1bc9227b

View File

@ -577,6 +577,7 @@ public:
{
try {
cereal::load(ar, streams);
if (streams["Output"].empty()) streams["Output"] = "STDOUT";
if (streams["Output"] != "FOG" && streams["Output"] != "STDOUT" && streams["Output"].front() != '/') {
streams["Output"] = log_files_path + "/" + streams["Output"];
}