fix(wayland): fix function instrumentation
Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ pub struct Buffer {
|
||||
}
|
||||
|
||||
impl Buffer {
|
||||
#[tracing::instrument("debug", skip_all)]
|
||||
#[tracing::instrument(level = "debug", skip_all)]
|
||||
pub fn new(client: &mut Client, id: ObjectId, backing: BufferBacking) -> Arc<Self> {
|
||||
let buffer = client.insert(
|
||||
id,
|
||||
@@ -56,7 +56,7 @@ impl Buffer {
|
||||
}
|
||||
|
||||
/// Returns the tex if it was updated
|
||||
#[tracing::instrument("debug", skip_all)]
|
||||
#[tracing::instrument(level = "debug", skip_all)]
|
||||
pub fn update_tex(
|
||||
&self,
|
||||
dmatexes: &ImportedDmatexs,
|
||||
|
||||
Reference in New Issue
Block a user