Skip to content

Commit

Permalink
fix(miio): Better map upload logline
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypfer committed May 8, 2021
1 parent 2f46d77 commit 0e7ce7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/robots/MiioValetudoRobot.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MiioValetudoRobot extends ValetudoRobot {
this.mapUploadServer = http.createServer(this.expressApp);

this.expressApp.put("/api/miio/map_upload_handler", (req, res) => {
Logger.debug("map_upload_handler", req.query);
Logger.debug("Map upload started with query:", req.query);

if (!this.mapUploadInProgress) {
this.mapUploadInProgress = true;
Expand Down

0 comments on commit 0e7ce7c

Please sign in to comment.