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