Skip to content

Commit 02958da

Browse files
author
Ian Walls
committed
Fix logging for print release debug message
chaining not working in quotes
1 parent dfd861c commit 02958da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Libki/Utils/Printing.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ sub release {
300300
my $new_printer = $params->{printer};
301301

302302
my $log = $c->log();
303-
$log->info("Libki::Utils::Printing::release print_job_id: $params->{print_job_id}, user: $params->{user}->username");
303+
$log->info("Libki::Utils::Printing::release print_job_id: $params->{print_job_id}, user: $user->username");
304304

305305
my $instance = $c->instance;
306306

0 commit comments

Comments
 (0)