Index: /ValBot/Python/check_intrawiki_section_links.py
===================================================================
--- /ValBot/Python/check_intrawiki_section_links.py	(revision 1185)
+++ /ValBot/Python/check_intrawiki_section_links.py	(revision 1186)
@@ -87,5 +87,5 @@
    if found_section == False:
       possibly_print(page_name)
-      pywikibot.stdout('   ERROR: Could not find section "{0}" on page {1}!'.format(anchor_name, pre_section))
+      pywikibot.stdout('   ERROR: Could not find section "{0}" on page {1}!'.format(anchor_name, target_page_name_human))
       errors_issued += 1
    elif debug and print_result:
