]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
foo
authorJoel Cornett <joel.cornett@gmail.com>
Mon, 25 Apr 2016 20:37:28 +0000 (16:37 -0400)
committerJoel Cornett <joel.cornett@gmail.com>
Mon, 25 Apr 2016 20:37:28 +0000 (16:37 -0400)
src/memory/memory_cap.cc

index 2bed0243fb1230bfb085e503ff966e1029b1d9a3..65b06a3804275518804c069f4996bd1f0ed9dc25 100644 (file)
@@ -174,7 +174,7 @@ void MemoryCap::calculate(unsigned num_threads)
     auto main_thread_used = s_tracker.used();
 
     if ( main_thread_used > config.cap )
-        FatalError("main thread memory usage (%zu) is greater than cap", main_thread_used);
+        FatalError("main thread memory usage (%zu) is greater than cap\n", main_thread_used);
 
     auto real_cap = config.cap - main_thread_used;