summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlot.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdJFlot.html')
-rw-r--r--src/examples/rrdJFlot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdJFlot.html b/src/examples/rrdJFlot.html
index 9d5707c..a8e0544 100644
--- a/src/examples/rrdJFlot.html
+++ b/src/examples/rrdJFlot.html
@@ -89,7 +89,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;