Skip to content

Commit

Permalink
Switch logging level for message
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Lebedev committed Dec 27, 2022
1 parent e388dbb commit 0ce7924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syspass/perms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pub async fn set_secondary_properties(permission_panel: &WebElement, permissions
Ok(())

} else {
error!("table with secondary properties is not available, possible lack of permissions. skip");
info!("table with secondary properties is not available, possible lack of permissions. skip");
Ok(())
}
}
Expand Down

0 comments on commit 0ce7924

Please sign in to comment.