forgotten commit, during debug, show more info about what's running on the
core (e.g., job contents)
This commit is contained in:
parent
475bb06275
commit
f44e3e9279
@ -1,5 +1,5 @@
|
||||
# ex:ts=8 sw=4:
|
||||
# $OpenBSD: Core.pm,v 1.35 2013/03/03 11:11:08 espie Exp $
|
||||
# $OpenBSD: Core.pm,v 1.36 2013/04/22 20:56:53 espie Exp $
|
||||
#
|
||||
# Copyright (c) 2010 Marc Espie <espie@openbsd.org>
|
||||
#
|
||||
@ -321,6 +321,12 @@ sub job
|
||||
return $self->{job};
|
||||
}
|
||||
|
||||
sub debug_dump
|
||||
{
|
||||
my $self = shift;
|
||||
return join(':',$self->hostname, $self->job->debug_dump);
|
||||
}
|
||||
|
||||
sub task
|
||||
{
|
||||
my $self = shift;
|
||||
|
Loading…
Reference in New Issue
Block a user