From eb1bc9227bd19c63dad592adeb93973219b9421d Mon Sep 17 00:00:00 2001 From: Ned Wright Date: Tue, 26 Dec 2023 11:36:21 +0000 Subject: [PATCH] Minor cpnano_debug fix --- nodes/orchestration/package/cpnano_debug/cpnano_debug.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes/orchestration/package/cpnano_debug/cpnano_debug.cc b/nodes/orchestration/package/cpnano_debug/cpnano_debug.cc index 1461b71..70789ac 100755 --- a/nodes/orchestration/package/cpnano_debug/cpnano_debug.cc +++ b/nodes/orchestration/package/cpnano_debug/cpnano_debug.cc @@ -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"]; }