summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/stream.c b/stream/stream.c
index baee62221f..e2d49564be 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -292,9 +292,9 @@ static int open_internal(const stream_info_t *sinfo, struct stream *underlying,
s->mode = flags & (STREAM_READ | STREAM_WRITE);
if ((s->mode & STREAM_WRITE) && !sinfo->can_write) {
- MP_ERR(s, "No write access implemented.\n");
+ MP_VERBOSE(s, "No write access implemented.\n");
talloc_free(s);
- return STREAM_ERROR;
+ return STREAM_NO_MATCH;
}
// Parse options