Commit cd35c03fed14f2464e75444ed4cceaa07c0243a9

* Added debug message when we're failing.

Commit diff

lib/merb_is_mobile.rb

 
4646 elsif self.xhtmlmp?(user_agent)
4747 "application/vnd.wap.xhtml+xml"
4848 else
49 Merb.logger.debug("We tried to change the accept header, but the device wasn't an WML or XHTML MP browser.")
4950 accept
5051 end
5152 end
toggle raw diff