Skip to content

Commit e67dfc0

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
update comment
1 parent 23799e8 commit e67dfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsc_lib/src/discovery/command_discovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl ResourceDiscovery for CommandDiscovery {
137137
// At this point we can't determine whether or not the bad manifest contains
138138
// resource that is requested by resource/config operation
139139
// if it is, then "ResouceNotFound" error will be issued later
140-
// and here we just record the error into debug stream.
140+
// and here we just write as warning
141141
warn!("{e}");
142142
continue;
143143
},

0 commit comments

Comments
 (0)