diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm
index e6105e3a81b..89c3c8b61e1 100644
--- a/code/modules/power/singularity/field_generator.dm
+++ b/code/modules/power/singularity/field_generator.dm
@@ -319,7 +319,7 @@ field_generator power level display
if(O.last_warning && temp)
if((world.time - O.last_warning) > 50) //to stop message-spam
temp = 0
- message_admins("A singulo exists and a containment field has failed. Location: [get_area(src)]",1)
+ message_admins("A singulo exists and a containment field has failed. Location: [get_area(src)] (JMP)",1)
investigate_log("has failed whilst a singulo exists.","singulo")
O.last_warning = world.time