summaryrefslogtreecommitdiff
path: root/src/examples/rrdContent.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdContent.html')
-rw-r--r--src/examples/rrdContent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdContent.html b/src/examples/rrdContent.html
index 4e2ad50..9b87412 100644
--- a/src/examples/rrdContent.html
+++ b/src/examples/rrdContent.html
@@ -164,7 +164,7 @@
try {
var i_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 (i_rrd_data!=undefined) {
rrd_data=i_rrd_data;