Log for this outbound no customer problem

Stephen Paul Weber created

Change summary

web.rb | 1 +
1 file changed, 1 insertion(+)

Detailed changes

web.rb 🔗

@@ -477,6 +477,7 @@ class Web < Roda
 							end
 						end
 					}.catch_only(CustomerRepo::NotFound) {
+						log.info "No customer for outbound call matching: #{params['from']}"
 						render "outbound/no_customer"
 					}
 				end