diff options
author | friendica <info@friendica.com> | 2013-09-10 17:09:10 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-10 17:09:10 -0700 |
commit | 72f562c190630e69fa5a223855cd6f3a3bc66e49 (patch) | |
tree | dd9435e08e4077b449d01f428bfe9290ba4635c2 /version.inc | |
parent | 933c30d95d73c039257428081a38206cfcd3756d (diff) | |
download | volse-hubzilla-72f562c190630e69fa5a223855cd6f3a3bc66e49.tar.gz volse-hubzilla-72f562c190630e69fa5a223855cd6f3a3bc66e49.tar.bz2 volse-hubzilla-72f562c190630e69fa5a223855cd6f3a3bc66e49.zip |
z_fetch_url - include curl debug info in return array and log it (at logger_data level) on failure
This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info.
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 409e919d6..23045eee8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-09-09.431 +2013-09-10.432 |