X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d1489df29cba94ddf3a9f6dc6a1f310033a90924..f88b542e60f214a912f4f99f204837f2ee67f65c:/SL/Git.pm diff --git a/SL/Git.pm b/SL/Git.pm index a292a78ef..76fd8e6c6 100644 --- a/SL/Git.pm +++ b/SL/Git.pm @@ -34,6 +34,7 @@ sub get_log { my $in = IO::File->new($self->git_exe . qq! log --format='tformat:\%H|\%an|\%ae|\%ai|\%s' ${since_until} |!); if (!$in) { + no warnings 'once'; $::lxdebug->message(LXDebug::WARN(), "Error spawning git: $!"); return (); }