[Bps-public-commit] storage-box branch, master, updated. 6f83f98b2591eae0501f50ce9946a51c2d1306d0

Dave Goehrig dave at bestpractical.com
Mon Oct 3 09:58:11 EDT 2016


The branch, master has been updated
       via  6f83f98b2591eae0501f50ce9946a51c2d1306d0 (commit)
      from  94b982e225dbd22cd4d70351f80dabc2e296309b (commit)

Summary of changes:
 lib/Storage/Box/Request.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit 6f83f98b2591eae0501f50ce9946a51c2d1306d0
Author: Dave Goehrig <dave at bestpractical.com>
Date:   Mon Oct 3 09:54:54 2016 -0400

    fixing typo

diff --git a/lib/Storage/Box/Request.pm b/lib/Storage/Box/Request.pm
index 1459e82..cab79ff 100644
--- a/lib/Storage/Box/Request.pm
+++ b/lib/Storage/Box/Request.pm
@@ -73,7 +73,7 @@ sub request {
     my $self = shift;
     $self->curl( WWW::Curl::Easy->new() ) unless $self->curl;
     my $auth = $self->auth->token();
-    $self->warn("No authorization token for request " . $self->url) unless $auth;
+    $logger->warn("No authorization token for request " . $self->url) unless $auth;
     my $headers = [
         "Accept: */*",
         "Authorization: Bearer " . $auth

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list