Add log output to Video Compressor
parent
2a407d65b1
commit
855894dece
|
|
@ -562,6 +562,8 @@
|
|||
"Email address is in use.": "Email address is in use.",
|
||||
"Account Created": "Account Created",
|
||||
"Account Edited": "Account Edited",
|
||||
"Compression Info": "Compression Info",
|
||||
"Compression Error": "Compression Error",
|
||||
"Group Key is in use.": "Group Key is in use.",
|
||||
"adminAccountCreatedMsg": "Your account has been created. Access the account at the primary login page (Non-Superuser).",
|
||||
"adminAccountEditedMsg": "Your account has been edited. You may need to restart Shinobi for some changes to take effect.",
|
||||
|
|
|
|||
|
|
@ -427,6 +427,8 @@ module.exports = (s,config,lang) => {
|
|||
},'GRP_'+groupKey);
|
||||
onPercentChange(percent)
|
||||
s.debugLog('stderr',outputFilePath,`${percent}%`)
|
||||
}else{
|
||||
s.debugLog('stderr',lang['Compression Info'],text)
|
||||
}
|
||||
})
|
||||
videoBuildProcess.on('exit',async function(data){
|
||||
|
|
|
|||
Loading…
Reference in New Issue