Skip to content

Commit 3a99578

Browse files
authored
Eliminate warning for metadata table desired state. (#262)
1 parent 834a3df commit 3a99578

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/setup/db_metadata.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ impl ResourceSetupStatusCheck for MetadataTableSetup {
304304
}
305305

306306
fn desired_state(&self) -> Option<&Self::State> {
307-
warn!("Metadata table is unexpected to have a state");
308-
None
307+
Some(&())
309308
}
310309

311310
fn describe_resource(&self) -> String {

0 commit comments

Comments
 (0)