Skip to content

Commit

Permalink
Added additonal info message
Browse files Browse the repository at this point in the history
  • Loading branch information
vrbanecd committed Jan 14, 2025
1 parent b146b36 commit 9b99a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teapot.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ async def storm_webdav_state(state, condition, user):
"""

should_start_sw = False
logger.info("Assesing the state of the storm webdav instance for user", user)
logger.info("Assesing the state of the storm webdav instance for user %s", user)
async with condition:
if user not in state:
state[user] = "NOT_RUNNING"
Expand Down

0 comments on commit 9b99a10

Please sign in to comment.