Skip to content

Commit 23799e8

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix writing out warning
1 parent 1202002 commit 23799e8

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
@@ -138,7 +138,7 @@ impl ResourceDiscovery for CommandDiscovery {
138138
// resource that is requested by resource/config operation
139139
// if it is, then "ResouceNotFound" error will be issued later
140140
// and here we just record the error into debug stream.
141-
debug!("{e}");
141+
warn!("{e}");
142142
continue;
143143
},
144144
};

0 commit comments

Comments
 (0)