summaryrefslogtreecommitdiff
path: root/src/examples/rrdMatrixFlot.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdMatrixFlot.html')
-rw-r--r--src/examples/rrdMatrixFlot.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/examples/rrdMatrixFlot.html b/src/examples/rrdMatrixFlot.html
index 00dd31f..c0315bc 100644
--- a/src/examples/rrdMatrixFlot.html
+++ b/src/examples/rrdMatrixFlot.html
@@ -83,7 +83,7 @@
try {
var i_rrd_data=new RRDFile(bf);
} catch(err) {
- alert("File at idx "+idx+" is not a valid RRD archive!");
+ alert("File at idx "+idx+" is not a valid RRD archive!\n"+err);
}
if (i_rrd_data!=undefined) {
rrd_data[idx]=i_rrd_data;