diff options
Diffstat (limited to 'src/server')
-rw-r--r-- | src/server/ingen_lv2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp index c8c0b922..22d86c9c 100644 --- a/src/server/ingen_lv2.cpp +++ b/src/server/ingen_lv2.cpp @@ -751,7 +751,7 @@ ingen_restore(LV2_Handle instance, &size, &type, &valflags); if (!path) { - plugin->world->log().error("Failed to restore ingen:file\n"); + plugin->world->log().warn("Failed to restore ingen:file\n"); return LV2_STATE_ERR_NO_PROPERTY; } |