Skip to content

Commit 0ce7924

Browse files
author
Eugene Lebedev
committed
Switch logging level for message
1 parent e388dbb commit 0ce7924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/syspass/perms.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ pub async fn set_secondary_properties(permission_panel: &WebElement, permissions
186186
Ok(())
187187

188188
} else {
189-
error!("table with secondary properties is not available, possible lack of permissions. skip");
189+
info!("table with secondary properties is not available, possible lack of permissions. skip");
190190
Ok(())
191191
}
192192
}

0 commit comments

Comments
 (0)