Update job:list, and change "subject" to "jobname"
This commit is contained in:
@@ -50,7 +50,7 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
|
||||
case 'address':
|
||||
return $this->ao;
|
||||
|
||||
case 'subject':
|
||||
case 'jobname':
|
||||
return $this->ao->ftn;
|
||||
|
||||
default:
|
||||
@@ -125,7 +125,7 @@ class AddressPoll implements ShouldQueue, ShouldBeUnique
|
||||
}
|
||||
|
||||
} catch (SocketException $e) {
|
||||
Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
||||
Log::error(sprintf('%s:! SocketException Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
||||
break;
|
||||
|
||||
} catch (\ErrorException $e) {
|
||||
|
Reference in New Issue
Block a user