diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm
index f153623ad24..1e363479a64 100644
--- a/code/modules/client/client_procs.dm
+++ b/code/modules/client/client_procs.dm
@@ -275,10 +275,10 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
if(matches)
if(C)
message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(C)].")
- log_access("Notice: [key_name(src)] has the same [matches] as [key_name(C)].")
+ log_admin_private("Notice: [key_name(src)] has the same [matches] as [key_name(C)].")
else
message_admins("Notice: [key_name_admin(src)] has the same [matches] as [key_name_admin(C)] (no longer logged in). ")
- log_access("Notice: [key_name(src)] has the same [matches] as [key_name(C)] (no longer logged in).")
+ log_admin_private("Notice: [key_name(src)] has the same [matches] as [key_name(C)] (no longer logged in).")
if(GLOB.player_details[ckey])
player_details = GLOB.player_details[ckey]