Skip to content

Commit

Permalink
fix: update log level
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeheonji committed Aug 6, 2023
1 parent 53685d2 commit 0c879f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zellij-server/src/plugins/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ pub(crate) fn plugin_thread_main(
permissions,
status,
) {
log::info!("{}", e);
log::error!("{}", e);
}

let updates = vec![(
Expand Down

0 comments on commit 0c879f2

Please sign in to comment.