diff --git a/webgen.py b/webgen.py index 76f09eb..b891081 100755 --- a/webgen.py +++ b/webgen.py @@ -250,6 +250,6 @@ if outfile != sys.stdout: # Dig the files-directory and generate an index. linecounter=mkdirindex(filesdir, indexfilename, filesdirheadline) -print("LC=",linecounter) +print("Dirindex in ",filesdir," has ", linecounter, "lines") # Have a nice time.