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

Fix return value or loglevel for several plugins #3182

Merged
merged 4 commits into from Jun 28, 2019

Commits on Jun 24, 2019

  1. be more verbose when plugin config cb is failing

    3b9c7b2 introduced stricter RC check.
    This commit provides user feedback when config callback is failing.
    
    Change-Id: Ia9c13048e95559b5be84477fc1602ff418a1df37
    Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Jun 24, 2019
    Copy the full SHA
    42a30ef View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2019

  1. Fix return value or loglevel for several plugins

    Some plugins' RC was != 0 and started to fail due to
    stricter verification introduced by 3b9c7b2.
    This commit fixes those return values.
    For some plugins, fix verbosity of error message: non-zero rc
    should be error, not warning.
    
    Change-Id: I9a3f1f80e266858b6744fd9d9d99b352b8d94306
    
    Change-Id: Ibf6ebc6cdc93c6e105d488e4a131dcb6e8eea19b
    
    Change-Id: I35bac15fa0a89b068575739ac1cff0115c9d3a40
    
    s
    
    Change-Id: I992002c56763fbdea5347e5b6e176cc86f5a08ce
    Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Jun 28, 2019
    Copy the full SHA
    a07f44c View commit details
    Browse the repository at this point in the history
  2. better user feedback

    Change-Id: Iae7c3208024372485fd0901898cbe2e178610082
    Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Jun 28, 2019
    Copy the full SHA
    d75591c View commit details
    Browse the repository at this point in the history
  3. clang-format

    Fᴀʙɪᴇɴ Wᴇʀɴʟɪ committed Jun 28, 2019
    Copy the full SHA
    4af2afc View commit details
    Browse the repository at this point in the history