commit | 1019e7a79268618ab7290824b9b72e8ac210d137 | [log] [tgz] |
---|---|---|
author | Amithash Prasad <amithash@meta.com> | Wed Jul 16 13:36:50 2025 -0700 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Mon Sep 15 13:05:58 2025 +0000 |
tree | 47d4c9f57628e5d02fcf2135f3ee648a65d70f27 | |
parent | 6db7a8592e4531b13c7e41667a9d3d3553fba9bb [diff] |
Fix typo for log_warning Fix typo `log_warnig` instead of `log_warning` Change-Id: I3a3fd8e426b5fcdd4faf2785d6e94240cd7ce9d9 Signed-off-by: Amithash Prasad <amithash@meta.com>
diff --git a/tools/dreport.d/plugins.d/redundantosrelease b/tools/dreport.d/plugins.d/redundantosrelease index 45eebae..7e6eb13 100644 --- a/tools/dreport.d/plugins.d/redundantosrelease +++ b/tools/dreport.d/plugins.d/redundantosrelease
@@ -68,6 +68,6 @@ command="printf \"\nREDUNDANT_FW=%s\n\" \"\$redundant_firmware\"" add_cmd_output "$command" "$file_name" "$desc" else - log_warnig "No redundant FW available" + log_warning "No redundant FW available" fi