From 6acff15b674d24edd6b707d66da5ff54150fd92a Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Wed, 6 Aug 2014 16:16:28 +0200 Subject: [PATCH] show debug output file --- console/tidy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/console/tidy.c b/console/tidy.c index 9a0219d..3100f01 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -1315,6 +1315,7 @@ int main( int argc, char** argv ) static char tmp_buf[264]; sprintf(tmp_buf,"%s.html",get_log_file()); status = tidySaveFile( tdoc, tmp_buf ); + SPRTF("Saved tidied content to '%s'\n",tmp_buf); #else status = tidySaveStdout( tdoc ); #endif