Unverified Commit baa8c633 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

debug output: include cache key

parent 38271475
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -401,7 +401,7 @@ sub post_with_cache {
	my $cache = $self->{cache};

	if ( $self->{developer_mode} ) {
		say "POST $url";
		say "POST $url $self->{post}";
	}

	if ($cache) {