show debug output file
This commit is contained in:
parent
c5e6e922ce
commit
6acff15b67
|
@ -1315,6 +1315,7 @@ int main( int argc, char** argv )
|
||||||
static char tmp_buf[264];
|
static char tmp_buf[264];
|
||||||
sprintf(tmp_buf,"%s.html",get_log_file());
|
sprintf(tmp_buf,"%s.html",get_log_file());
|
||||||
status = tidySaveFile( tdoc, tmp_buf );
|
status = tidySaveFile( tdoc, tmp_buf );
|
||||||
|
SPRTF("Saved tidied content to '%s'\n",tmp_buf);
|
||||||
#else
|
#else
|
||||||
status = tidySaveStdout( tdoc );
|
status = tidySaveStdout( tdoc );
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue