diff --git a/inc/mod/pages.php b/inc/mod/pages.php
index c213fdbb..0de0d663 100644
--- a/inc/mod/pages.php
+++ b/inc/mod/pages.php
@@ -2433,7 +2433,7 @@ function mod_report_dismiss($id, $all = false) {
if ($all)
modLog("Dismissed all reports by $cip");
else
- modLog("Dismissed a report for post #{$id}", $board);
+ modLog("Dismissed a report for post #{$post} (#{$id})", $board);
header('Location: ?/reports', true, $config['redirect_http']);
}