summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlot.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/rrdJFlot.html
parent15de0a22c03c2d1e7b080643ed5f5bfa5bb16e37 (diff)
Proper propagation of the error
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;