Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#17522) Only print load errors to debug with non-specific context #1454

Commits on Feb 6, 2013

  1. (#17522) Only print load errors to debug with non-specific context

    Fixes a variable assignment that landed in the wrong branch during a conflict
    merge (a4451fb).  Commit a8575f4 fixed a spec failure but the original code
    wasn't restored.
    
    This restores the original functionality in #14136 where a non-specific
    context (i.e. /files/etc) would be optimised (only load lenses for files under
    /etc) but since it was vague, would only log load errors to debug.  Instead,
    load errors were reported as warnings for non-specific contexts.
    
    Load errors will continue to be reported as warnings for supplied contexts if
    they're specific.
    Dominic Cleal committed Feb 6, 2013
    Copy the full SHA
    cc267a8 View commit details
    Browse the repository at this point in the history