diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 763d5e46c01..d9a99285320 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -1024,9 +1024,9 @@ if ($fh) { fclose($fh); - print 'Generation of RSS output file '.$outputfilerss.' done.'."\n"; + print 'Generation of RSS output file '.$outputdir.'/'.$outputfilerss.' done.'."\n"; } else { - print 'Failed to generate the RSS file '.$outputfilerss."\n"; + print 'Failed to generate the RSS file '.$outputdir.'/'.$outputfilerss."\n"; } @@ -1114,9 +1114,9 @@ if ($fh) { fwrite($fh, $html); fclose($fh); - print 'Generation of output file '.$outputfile.' done.'."\n"; + print 'Generation of output file '.$outputpath.' done.'."\n"; } else { - print 'Failed to open '.$outputfile.' for output.'."\n"; + print 'Failed to open '.$outputpath.' for output.'."\n"; }