提交 e123c9c0 编写于 作者: P Palana

Clarify source creation error message

上级 40178f12
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册