From baa8c6338e2b464bc9e1c3c12dfe8cc33397b1d9 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Sat, 28 Sep 2024 14:08:45 +0200
Subject: [PATCH] debug output: include cache key

---
 lib/Travel/Status/DE/HAFAS.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm
index 6faf2b4..751fc1b 100644
--- a/lib/Travel/Status/DE/HAFAS.pm
+++ b/lib/Travel/Status/DE/HAFAS.pm
@@ -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) {
-- 
GitLab