summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-01-04 06:04:59 +0000
committerDavid Robillard <d@drobilla.net>2014-01-04 06:04:59 +0000
commit8b97f5537cffdeda2e3d45feddb2d229f3d82ca9 (patch)
tree373e21514a5aedd939aeae37b501ab0adbde2216
parent0de05c0153240ba0a420233f56defbca9cfbb001 (diff)
downloadingen-8b97f5537cffdeda2e3d45feddb2d229f3d82ca9.tar.gz
ingen-8b97f5537cffdeda2e3d45feddb2d229f3d82ca9.tar.bz2
ingen-8b97f5537cffdeda2e3d45feddb2d229f3d82ca9.zip
Don't complain to log when state has no ingen:file property.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5258 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--src/server/ingen_lv2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp
index 7a525bb5..8daf9b05 100644
--- a/src/server/ingen_lv2.cpp
+++ b/src/server/ingen_lv2.cpp
@@ -750,7 +750,6 @@ ingen_restore(LV2_Handle instance,
&size, &type, &valflags);
if (!path) {
- plugin->world->log().warn("Failed to restore ingen:file\n");
return LV2_STATE_ERR_NO_PROPERTY;
}