diff --git a/code/game/machinery/atmoalter/canister.dm b/code/game/machinery/atmoalter/canister.dm
index 49e23c55c05..6db3878d187 100644
--- a/code/game/machinery/atmoalter/canister.dm
+++ b/code/game/machinery/atmoalter/canister.dm
@@ -264,14 +264,14 @@ Release Pressure: - air
"
+ release_log += "Valve was closed by [usr] ([usr.ckey]), stopping the transfer into the air
"
else
if (holding)
- release_log += "Valve was opened by [usr], starting the transfer into the [holding]
"
+ release_log += "Valve was opened by [usr] ([usr.ckey]), starting the transfer into the [holding]
"
else
- release_log += "Valve was opened by [usr], starting the transfer into the air
"
+ release_log += "Valve was opened by [usr] ([usr.ckey]), starting the transfer into the air
"
valve_open = !valve_open
if (href_list["remove_tank"])