Index: path.c
===================================================================
--- path.c	(revision 1057)
+++ path.c	(revision 1058)
@@ -306,6 +306,10 @@
 void raydium_path_dump(void)
 {
 char path[1024];
+
+if(!raydium_log_atexit_dump)
+    return;
+
 raydium_path_string_to(path);
 raydium_log("path: read: \"%s\"",path);
 raydium_log("path: write: \"%s\"",raydium_path_write_current);