diff --git a/code/modules/recycling/disposal.dm b/code/modules/recycling/disposal.dm
index abd27068273..3789c8ac724 100644
--- a/code/modules/recycling/disposal.dm
+++ b/code/modules/recycling/disposal.dm
@@ -106,6 +106,8 @@
if(istype(G)) // handle grabbed mob
if(ismob(G.affecting))
var/mob/GM = G.affecting
+ user.attack_log += " [user]([user.ckey]) has attempted to put [GM]([GM.ckey]) in disposals."
+ GM.attack_log += " [user]([user.ckey]) has attempted to put [GM]([GM.ckey]) in disposals."
for (var/mob/V in viewers(usr))
V.show_message("[usr] starts putting [GM.name] into the disposal.", 3)
if(do_after(usr, 20))