summaryrefslogtreecommitdiff
path: root/src/examples/rrdHeaderInfo.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdHeaderInfo.html')
-rw-r--r--src/examples/rrdHeaderInfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdHeaderInfo.html b/src/examples/rrdHeaderInfo.html
index 6d8ed54..3a772d7 100644
--- a/src/examples/rrdHeaderInfo.html
+++ b/src/examples/rrdHeaderInfo.html
@@ -105,7 +105,7 @@
try {
var rrd_data=new RRDFile(bf);
} catch(err) {
- alert("File "+fname+" is not a valid RRD archive!");
+ alert("File "+fname+" is not a valid RRD archive!\n"+err);
}
if (rrd_data!=undefined) {
update_info(fname,rrd_data)