summaryrefslogtreecommitdiffstats
path: root/core/plannernotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/plannernotes.c')
-rw-r--r--core/plannernotes.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/plannernotes.c b/core/plannernotes.c
index 3ce2b6c65..200f6afa1 100644
--- a/core/plannernotes.c
+++ b/core/plannernotes.c
@@ -616,4 +616,7 @@ finished:
mb_cstring(&buf);
free(dive->notes);
dive->notes = detach_buffer(&buf);
+#ifdef DEBUG_PLANNER_NOTES
+ printf("<!DOCTYPE html>\n<html>\n\t<head><title>plannernotes</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\"/></head>\n\t<body>\n%s\t</body>\n</html>\n", dive->notes);
+#endif
}