diff --git a/exporter.py b/exporter.py
index b8385d656a551a8e365583cc4a65906ebbd3ef3e..d47e57aba9584c75cb30630ee94fd9c8200617a3 100755
--- a/exporter.py
+++ b/exporter.py
@@ -31,7 +31,7 @@ def fetch_metrics(synapse_url, access_token):
             with open(statefile, 'r') as file:
                 end = file.read()
         except OSError:
-            print(f"No state file for room {room['room_id']} found. Fetching messages could take a while.")
+            print(f"No state file for room {room['room_id']} ({room.get('name', '')}) found. Fetching messages could take a while.")
 
         while True:
             params = {}