summaryrefslogtreecommitdiff
path: root/staging/mz.h
diff options
context:
space:
mode:
Diffstat (limited to 'staging/mz.h')
-rw-r--r--staging/mz.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/mz.h b/staging/mz.h
index cad091f..d9ac716 100644
--- a/staging/mz.h
+++ b/staging/mz.h
@@ -79,7 +79,7 @@ static inline void verbose_l2(const char *format, ...)
// "Dies ist ein schrecklicher Ort."
-#define MZ_DEFAULT_CONFIG_PATH "/etc/mausezahn/" // see also mz_default_config_path below
+#define MZ_DEFAULT_CONFIG_PATH "/etc/netsniff-ng/" // see also mz_default_config_path below
#define MZ_DEFAULT_LOG_PATH "/var/log/mausezahn/" // see also mz_default_log_path below
#define SLEEP usleep // The sleep function to use. Consider 'nanosleep' in future.