Skip to content

Commit

Permalink
Add missing log category
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed Dec 8, 2024
1 parent f676ec3 commit 528437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zram-config
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ removeZdir() {
}

removeZswap() {
log "Beginning removal of zSwap device."
log "INFO" "Beginning removal of zSwap device."

if ! swapoff "/dev${ZRAM_DEV}" &> /dev/null; then
log "ERROR" "Failed to swapoff /dev${ZRAM_DEV}."
Expand Down

0 comments on commit 528437a

Please sign in to comment.