Skip to content

Commit 56754f1

Browse files
committed
external/drac5: output should be logged with debug priority instead of error
Output from racadm command may indicate success, so shouldn't be logged as if it were an error.
1 parent 1138270 commit 56754f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plugins/stonith/external/drac5.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ha_log() {
1717
then
1818
if [ -s "$outf" ]
1919
then
20-
ha_log.sh err "`cat $outf`"
20+
ha_log.sh debug "`cat $outf`"
2121
fi
2222

2323
rm -r "$outf"

0 commit comments

Comments
 (0)