diff --git a/corsika/detail/framework/core/Cascade.inl b/corsika/detail/framework/core/Cascade.inl
index 65ea5034d2de938f106569c2e1d06a1cafcd3d96..bb0d0b854b8e6affe948046e63021ca273c23135 100644
--- a/corsika/detail/framework/core/Cascade.inl
+++ b/corsika/detail/framework/core/Cascade.inl
@@ -339,7 +339,8 @@ namespace corsika {
 
     auto const returnCode = sequence_.selectDecay(view, sample_process);
     if (returnCode != ProcessReturn::Decayed) {
-      CORSIKA_LOG_DEBUG("Particle did not decay!");
+      CORSIKA_LOG_ERROR("Particle {} did not decay!",
+                        get_name(view.getProjectile().getPID()));
     }
     setEventType(view, history::EventType::Decay);
     return returnCode;