diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-28 14:08:45 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-09-28 14:08:45 +0200 |
commit | baa8c6338e2b464bc9e1c3c12dfe8cc33397b1d9 (patch) | |
tree | d6460866c03a6ba0f7acf08ffa1ccb0a3c4c5153 | |
parent | 38271475ea9202279f4cc304dc9c7553d97e0f42 (diff) |
debug output: include cache key
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |