Clarify source creation error message

This commit is contained in:
Palana 2014-07-29 17:11:49 +02:00
parent 40178f127e
commit e123c9c062

View File

@ -158,7 +158,7 @@ obs_source_t obs_source_create(enum obs_source_type type, const char *id,
const struct obs_source_info *info = get_source_info(type, id);
if (!info) {
blog(LOG_ERROR, "Source '%s' not found", id);
blog(LOG_ERROR, "Source ID '%s' not found", id);
return NULL;
}