ADD: more logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dominik Meyer 2024-03-06 08:49:52 +01:00
parent 72e3b54fdf
commit 637be9453b
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

@ -44,10 +44,11 @@ sub prepareAuthToken
sub redmine2ntfy sub redmine2ntfy
{ {
my $self = shift; my $self = shift;
my $data = shift; my $data = shift;
$self->log->info("Preparing message from redmine");
$data->{text} =~ /^<(.*)\|(.+)>\+\-\+(.+)\+<(.*)\|(.*)>\+.*\+by\+(.*)$/; $data->{text} =~ /^<(.*)\|(.+)>\+\-\+(.+)\+<(.*)\|(.*)>\+.*\+by\+(.*)$/;
my $projectUrl=$1; my $projectUrl=$1;