summaryrefslogtreecommitdiffstats
path: root/tedge
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-04-14 16:11:57 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-04-14 16:12:07 +0200
commite9ede63e1a501c3c6b7ea72de9c45100ec66d74e (patch)
tree15684b76d04fc221542ff4da65ecc4efb29a4209 /tedge
parent8ba3d69e75e602f90abb8489d17658ca37aed444 (diff)
Fix: Qualify path to macro
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to 'tedge')
-rw-r--r--tedge/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tedge/src/main.rs b/tedge/src/main.rs
index 8296dcff..0dd331fc 100644
--- a/tedge/src/main.rs
+++ b/tedge/src/main.rs
@@ -51,7 +51,7 @@ async fn main() -> miette::Result<()> {
}
$app.with_plugin_builder($pbinstance).into_diagnostic()?
} else {
- trace!("Not supporting plugins of type {}", std::stringify!($pluginbuilder));
+ tracing::trace!("Not supporting plugins of type {}", std::stringify!($pluginbuilder));
$app
}
}