File tree Expand file tree Collapse file tree
core/patina_internal_depex/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,13 +288,13 @@ impl Depex {
288288 match opcode {
289289 Opcode :: Push ( guid, present) => {
290290 log:: debug!(
291- target: "patina_internal_depex.report " ,
291+ target: "patina_depex_report " ,
292292 " {guid:?} : {present}"
293293 ) ;
294294 }
295295 Opcode :: End => {
296296 log:: debug!(
297- target: "patina_internal_depex.report " ,
297+ target: "patina_depex_report " ,
298298 " {opcode:?}"
299299 ) ;
300300 }
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ impl<P: PlatformInfo> PiDispatcher<P> {
113113 ) ;
114114 }
115115
116- const EVAL_REPORT : & str = "patina_internal_depex.report " ;
116+ const EVAL_REPORT : & str = "patina_depex_report " ;
117117
118118 if log:: log_enabled!( target: EVAL_REPORT , log:: Level :: Debug ) {
119119 log:: debug!( target: EVAL_REPORT , "Begin Detail Report:" ) ;
You can’t perform that action at this time.
0 commit comments