Clarify source creation error message
This commit is contained in:
parent
40178f127e
commit
e123c9c062
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user