This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 24c9f455 Where does request originate
24c9f455 is described below

commit 24c9f45518d2b532b2367a8c3d21d3c31afa6e43
Author: Sebb <[email protected]>
AuthorDate: Tue Dec 19 00:14:25 2023 +0000

    Where does request originate
---
 lib/whimsy/asf/rack.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/rack.rb b/lib/whimsy/asf/rack.rb
index 107842f6..829a6786 100644
--- a/lib/whimsy/asf/rack.rb
+++ b/lib/whimsy/asf/rack.rb
@@ -18,7 +18,7 @@ module ASF
 
       if auth.to_s.empty?
         env.user = env['REMOTE_USER'] || ENV['USER'] || Etc.getpwuid.name
-        Wunderbar.warn "No auth found for #{env.user}"
+        Wunderbar.warn "No auth found for #{env.user} at #{caller[0..2]}"
       else
         require 'base64'
         env.user, env.password = Base64.

Reply via email to