aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Karneges <justin@affinix.com>2013-01-31 23:33:20 -0800
committerJustin Karneges <justin@affinix.com>2013-01-31 23:33:20 -0800
commit22449733d10256af0f6e486b56d819162f98f580 (patch)
tree1a26d754ae6fdd9981ed3298e002e8998a967af3
parentefab481c004110be33bdb4f46c924b2cda7bd24f (diff)
downloadpollymer-22449733d10256af0f6e486b56d819162f98f580.tar
pollymer-22449733d10256af0f6e486b56d819162f98f580.tar.gz
extra verbosity
-rw-r--r--polldance.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/polldance.js b/polldance.js
index 9623bc7..bd90fc6 100644
--- a/polldance.js
+++ b/polldance.js
@@ -326,7 +326,7 @@ var DEBUG = true;
xhr.send(body);
- consoleinfo("PD: XHR start");
+ consoleinfo("PD: XHR start " + url);
return xhr;
};