about summary refs log tree commit diff stats
path: root/src/HTFWriter.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTFWriter.c')
-rw-r--r--src/HTFWriter.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/HTFWriter.c b/src/HTFWriter.c
index 711774b1..93e75a68 100644
--- a/src/HTFWriter.c
+++ b/src/HTFWriter.c
@@ -180,7 +180,7 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me)
 		    /*
 		     *  Tell user what's happening. - FM
 		     */
-                    _HTProgress(me->end_command);
+		    _HTProgress(me->end_command);
 		}
 		/*
 		 *  Uncompress it. - FM
@@ -235,6 +235,12 @@ PRIVATE void HTFWriter_free ARGS1(HTStream *, me)
 		     *  Now have HTLoadFile() handle the uncompressed
 		     *  file as if it were the original reply. - FM
 		     */
+		    if (!dump_output_immediately) {
+			/*
+			 *  Tell user what's happening. - FM
+			 */
+			_user_message(WWW_USING_MESSAGE, addr);
+		    }
 		    status = HTLoadFile(addr,
 			    		me->anchor,
 			    		me->output_format,