Skip to content

Commit

Permalink
still a rogue msg
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 4, 2023
1 parent 4720e8d commit 66ffaa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sysproduction/data/controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def remove_temporary_override_for_instrument(self, instrument_code: str):
self.db_temporary_override_data.clear_stored_override_for_instrument(
instrument_code
)
self.log.msg(
self.log.debug(
"Removed temporary override for %s, was %s, now back to %s"
% (instrument_code, str(temporary_override), str(stored_override))
)
Expand Down
2 changes: 1 addition & 1 deletion sysproduction/interactive_update_roll_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ def check_if_getting_close_to_expiry(
def warn_not_rolling(instrument_code: str, auto_parameters: autoRollParameters):

print_with_landing_strips_around(
"\n N change to rolling status for %s given parameters %s\n"
"\nNo change to rolling status for %s given parameters %s\n"
% (instrument_code, str(auto_parameters))
)

Expand Down

0 comments on commit 66ffaa5

Please sign in to comment.