Commit 6c015a91 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Traewelling: Do not warn on 409 Conflict

parent 9223ba5f
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -330,7 +330,12 @@ sub checkin {
			my ($tx) = @_;
			if ( my $err = $tx->error ) {
				my $err_msg = "HTTP $err->{code} $err->{message}";
				if ( $err->{code} != 409 ) {
					$self->{log}->warn("Traewelling checkin error: $err_msg");
				}
				else {
					$self->{log}->debug("Traewelling checkin error: $err_msg");
				}
				$self->{model}->log(
					uid => $opt{uid},
					message =>