change job not found from error to warning

This commit is contained in:
Ben Wilson 2023-07-17 10:11:21 -04:00
parent d32c4b2b2e
commit afb5ead74b

View File

@ -354,7 +354,7 @@ export class StratumV1Client extends EasyUnsubscribe {
submission.id,
eStratumErrorCode.JobNotFound,
'Job not found').response();
console.error(err);
console.log(err);
await this.promiseSocket.write(err);
return false;
}