diff --git a/src/zipr.cpp b/src/zipr.cpp
index dfe8446724e7e2eee4dbe1e954aaddf252301857..c76d1f8581fb770b1a6c67d6a6e19d1e057f3da7 100644
--- a/src/zipr.cpp
+++ b/src/zipr.cpp
@@ -3082,6 +3082,9 @@ void ZiprImpl_t::PatchInstruction(RangeAddress_t from_addr, Instruction_t* to_in
 	{
 		RangeAddress_t to_addr=final_insn_locations[to_insn];
 		assert(to_addr!=0);
+		/*
+		 * TODO: This debugging output is not really exactly correct.
+		 */
 		if (m_verbose)
 			printf("Found a patch for %p -> %p\n", (void*)from_addr, (void*)to_addr); 
 		// Apply Patch