[0/2] Fix misleading error messages
mbox series

Message ID 20240627173305.1477718-1-mzamazal@redhat.com
Headers show
Series
  • Fix misleading error messages
Related show

Message

Milan Zamazal June 27, 2024, 5:33 p.m. UTC
At least with software ISP, "errors" that have actually no influence on
regular libcamera operation may be reported.  This is confusing for
users, especially in cases when there are other, real errors.  Let's improve the given log messages a bit.

Milan Zamazal (2):
  libcamera: ipa_proxy: Report a missing configuration as a warning
  libcamera: simple: Log a missing sensor in a better way

 src/libcamera/ipa_proxy.cpp              | 2 +-
 src/libcamera/pipeline/simple/simple.cpp | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)