fixed log output

master
Palana 2013-10-31 18:16:58 +01:00
parent 0790148950
commit 85dd2ad073
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ obs_source_t obs_source_create(enum obs_source_type type, const char *name,
info = find_source(list, name);
if (!info) {
blog(LOG_WARNING, "Source '%s' not found", type);
blog(LOG_WARNING, "Source '%s' not found", name);
return NULL;
}