From: Fred Hamster Date: Wed, 25 Feb 2026 21:51:35 +0000 (-0500) Subject: changed transaction log name X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9046438cc882bc9d175e8880967aa74cd19ea58b;p=feisty_meow.git changed transaction log name was colliding with another resident of the temp directory --- diff --git a/octopi/library/cromp/cromp_transaction.cpp b/octopi/library/cromp/cromp_transaction.cpp index 192476f5..844db0c3 100644 --- a/octopi/library/cromp/cromp_transaction.cpp +++ b/octopi/library/cromp/cromp_transaction.cpp @@ -48,7 +48,7 @@ const int MAXIMUM_TRANSACTION = 100 * MEGABYTE; // since the transaction stuff is so low-level, we risk a feedback loop if // we log stuff when the program wide logger is itself a communication // object. - #define LOG(s) CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/cromp_transaction.log"), s) + #define LOG(s) CLASS_EMERGENCY_LOG(file_logger(environment::TMP() + "/transactions-cromp.log"), s) #else #define LOG(s) #endif