summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlfred E. Heggestad <aeh@db.org>2014-04-20 14:15:19 +0200
committerAlfred E. Heggestad <aeh@db.org>2014-04-20 14:15:19 +0200
commit9792bd531e0cbed685bf7194e756dd23b9497f90 (patch)
tree104f9f5fcae42ab8d7027f74db398c75f0ba6813 /modules
parent1c10dfd1edf9a099cf98bfaaa8b104139b9df3f8 (diff)
dshow: use info() instead of re_printf()
Diffstat (limited to 'modules')
-rw-r--r--modules/dshow/dshow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dshow/dshow.cpp b/modules/dshow/dshow.cpp
index e9e433f..48fef18 100644
--- a/modules/dshow/dshow.cpp
+++ b/modules/dshow/dshow.cpp
@@ -147,8 +147,8 @@ static int get_device(struct vidsrc_st *st, const char *name)
!str_casecmp(dev_name, name);
if (found) {
- re_printf("dshow: got device '%s' id=%d\n",
- name, id);
+ info("dshow: got device '%s' id=%d\n",
+ name, id);
st->dev_moniker = mon;
}
}