mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-11 19:18:11 -07:00
rebasing with upsream (webdav and wifi client)
This commit is contained in:
committed by
Will Greenberg
parent
049a842987
commit
fc5593f00b
+3
-1
@@ -148,7 +148,9 @@ pub async fn post_gps(
|
||||
}
|
||||
}
|
||||
} else {
|
||||
info!("GPS data received but no recording is active — position updated in memory only, not persisted to sidecar");
|
||||
info!(
|
||||
"GPS data received but no recording is active — position updated in memory only, not persisted to sidecar"
|
||||
);
|
||||
}
|
||||
|
||||
Ok(StatusCode::OK)
|
||||
|
||||
Reference in New Issue
Block a user