summaryrefslogtreecommitdiff
path: root/src/examples/rrdMatrixFlot.html
diff options
context:
space:
mode:
authorIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-08 20:33:26 +0000
committerIgor Sfiligoi <isfiligoi@ucsd.edu>2012-09-08 20:33:26 +0000
commit18c01f144d706d95b91fb1e4d890be2a9e5db533 (patch)
tree586708e06c2b1ae9b35ffaa1fdd3ae7fc70bc3a5 /src/examples/rrdMatrixFlot.html
parent15de0a22c03c2d1e7b080643ed5f5bfa5bb16e37 (diff)
Proper propagation of the error
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;