comparison lib/Yours/SyncRepository.pm @ 4:8001dc056331

fixed problems with sax parser fixed handling of empty repos added log autoflush
author sergey
date Wed, 23 Oct 2013 11:49:16 +0400
parents ae61af01bfa5
children
comparison
equal deleted inserted replaced
3:ae61af01bfa5 4:8001dc056331
179 my ($this,$format,@args) = @_; 179 my ($this,$format,@args) = @_;
180 180
181 if (my $h = $this->log) { 181 if (my $h = $this->log) {
182 printf $h ($format,@args); 182 printf $h ($format,@args);
183 print $h "\n"; 183 print $h "\n";
184 $h->flush;
184 } 185 }
185 } 186 }
186 187
187 1; 188 1;