We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23799e8 commit e67dfc0Copy full SHA for e67dfc0
dsc_lib/src/discovery/command_discovery.rs
@@ -137,7 +137,7 @@ impl ResourceDiscovery for CommandDiscovery {
137
// At this point we can't determine whether or not the bad manifest contains
138
// resource that is requested by resource/config operation
139
// if it is, then "ResouceNotFound" error will be issued later
140
- // and here we just record the error into debug stream.
+ // and here we just write as warning
141
warn!("{e}");
142
continue;
143
},
0 commit comments