mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-02 23:08:57 -07:00
rebasing with upsream (webdav and wifi client)
This commit is contained in:
committed by
Will Greenberg
parent
049a842987
commit
fc5593f00b
+3
-1
@@ -316,7 +316,9 @@ async fn run_with_config(
|
||||
timestamp: 0,
|
||||
}),
|
||||
_ => {
|
||||
warn!("gps_mode is Fixed but gps_fixed_latitude or gps_fixed_longitude is missing from config — no GPS coordinates will be recorded");
|
||||
warn!(
|
||||
"gps_mode is Fixed but gps_fixed_latitude or gps_fixed_longitude is missing from config — no GPS coordinates will be recorded"
|
||||
);
|
||||
None
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user