diff options
Diffstat (limited to 'src/input/input_v4l.c')
-rw-r--r-- | src/input/input_v4l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/input_v4l.c b/src/input/input_v4l.c index 40354bc3d..3f07815e8 100644 --- a/src/input/input_v4l.c +++ b/src/input/input_v4l.c @@ -294,7 +294,7 @@ static int v4l_plugin_open (input_plugin_t *this_gen) { int i, j, ret, found; #ifdef LOG - printf ("input_v4l: trying to open '%s'\n", mrl); + printf ("input_v4l: trying to open '%s'\n", this->mrl); #endif found = 0; |