Skip to content
Snippets Groups Projects
  1. Apr 19, 2025
  2. Apr 18, 2025
  3. Apr 17, 2025
  4. Apr 16, 2025
    • Pohan Wu's avatar
      MdeModulePkg/UsbMassStorageDxe: Remove excessive logging · 948d4ba0
      Pohan Wu authored
      
      When a USB mass storage device is not ready (e.g., still powering up
      or the hard disk has not reached the desired RPM), the ExecCommand
      function fails.This failure is not a true error. Logging it as
      DEBUG_ERROR will generate logs for properly functioning devices as
      well, potentially flooding logs for older devices.
      
      As mentioned in the command, proper error information retrieval
      should occur in the sense request. The solution is to downgrade
      the log level from DEBUG_ERROR to DEBUG_INFO.
      
      Signed-off-by: default avatarJack Pham <jackp@qti.qualcomm.com>
      948d4ba0
Loading