diff options
-rw-r--r-- | plugins/eg-sampler.lv2/uris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index f983516..64ee6b1 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -135,7 +135,7 @@ read_set_file(const SamplerURIs* uris, const LV2_Atom* file_path = NULL; lv2_atom_object_get(body, uris->eg_file, &file_path, 0); if (!file_path) { - fprintf(stderr, "Ignored set message with no file PATH.\n"); + fprintf(stderr, "Ignored set message with no file path.\n"); return NULL; } |