Skip to content

Commit f02fd80

Browse files
committed
Change target name to "patina_depex_report'
1 parent aa8fa25 commit f02fd80

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/patina_internal_depex/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

patina_dxe_core/src/pi_dispatcher.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:");

0 commit comments

Comments
 (0)