]> feistymeow.org Git - feisty_meow.git/commitdiff
changed transaction log name
authorFred Hamster <fred@gruntose.com>
Wed, 25 Feb 2026 21:51:35 +0000 (16:51 -0500)
committerFred Hamster <fred@gruntose.com>
Wed, 25 Feb 2026 21:51:35 +0000 (16:51 -0500)
was colliding with another resident of the temp directory

octopi/library/cromp/cromp_transaction.cpp

index 192476f5d35f9eb8fdd6f103959c79900ddcf675..844db0c3c943e43d5716ba454573f780bd845ad7 100644 (file)
@@ -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