diff --git a/src/main.rs b/src/main.rs index 1eab287..447b1d8 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ use std::sync::{Arc, Mutex}; const APP_VERSION: &'static str = env!("CARGO_PKG_VERSION"); -const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_logger.cfg"; +const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_meter.cfg"; const DEFAULT_IP_ADDRESS: &str = "127.0.0.1"; const DEFAULT_IP_PORT: &str = "6310";