aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/sampler.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/eg-sampler.lv2/sampler.c')
-rw-r--r--plugins/eg-sampler.lv2/sampler.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-sampler.lv2/sampler.c b/plugins/eg-sampler.lv2/sampler.c
index ed49903..646da2d 100644
--- a/plugins/eg-sampler.lv2/sampler.c
+++ b/plugins/eg-sampler.lv2/sampler.c
@@ -384,11 +384,11 @@ handle_event(Sampler* self, LV2_Atom_Event* ev)
}
} else {
lv2_log_trace(&self->logger,
- "Unknown object type %d\n", obj->body.otype);
+ "Unknown object type %u\n", obj->body.otype);
}
} else {
lv2_log_trace(&self->logger,
- "Unknown event type %d\n", ev->body.type);
+ "Unknown event type %u\n", ev->body.type);
}
}