Skip to content

Commit

Permalink
log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jan 25, 2024
1 parent 4e19e3a commit cf21b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/class/sunshutter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ public function getCurrentPosition() {
if (is_object($cmd)) {
$currentPosition = $cmd->execCmd();
}
log::add(__CLASS__, 'debug', $this->getHumanName() . __('Position actuel du volet ', __FILE__).$currentPosition);
log::add(__CLASS__, 'debug', $this->getHumanName() .' '. __('Position actuel du volet ', __FILE__).$currentPosition);
return $currentPosition;
}

Expand Down

0 comments on commit cf21b63

Please sign in to comment.