mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 00:11:59 +02:00
Fix GstPlayer error logging
This commit is contained in:
@@ -5,7 +5,7 @@ function debug(msg, levelName)
|
|||||||
{
|
{
|
||||||
levelName = levelName || 'LEVEL_DEBUG';
|
levelName = levelName || 'LEVEL_DEBUG';
|
||||||
|
|
||||||
if(msg instanceof Error) {
|
if(msg.message) {
|
||||||
levelName = 'LEVEL_CRITICAL';
|
levelName = 'LEVEL_CRITICAL';
|
||||||
msg = msg.message;
|
msg = msg.message;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user