diff --git a/openhands/server/utils.py b/openhands/server/utils.py index cea64643a9..66550e59bc 100644 --- a/openhands/server/utils.py +++ b/openhands/server/utils.py @@ -26,7 +26,7 @@ async def get_conversation( conversation_id, user_id ) if not conversation: - logger.warn( + logger.warning( f'get_conversation: conversation {conversation_id} not found, attach_to_conversation returned None', extra={'session_id': conversation_id, 'user_id': user_id}, )