Skip to content

Commit

Permalink
SYMMETRICDS-279 - Log the failed table and column in ColumnDataFilter…
Browse files Browse the repository at this point in the history
…s to make debugging easier.
  • Loading branch information
chenson42 committed Jun 4, 2010
1 parent 57598b2 commit f93747b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion symmetric/src/main/resources/symmetric-messages.properties
Expand Up @@ -33,7 +33,8 @@ ChannelFlushed=Channels flushed because new channels came through the dataloader
ChannelAutoConfiguring=Auto-configuring %s channel.
ChannelExists=No need to create channel %s. It already exists.
CleanStrandedTempFiles=Cleaned %d stranded temporary files.
ClusterUnlockFailed=Failed to release lock for id:%s action:%s server:%s.
ClusterUnlockFailed=Failed to release lock for id:%s action:%s server:%s
ColumnDataFilterError=Failed to transform value for column %s on table %s
CompressionFilterCalledNotCompressing=doFilter gets called without compression
CompressionFilterCalledCompressing=doFilter gets called with compression
CompressionFilterDoesNotSupportsCompression=Does not support compression.
Expand Down

0 comments on commit f93747b

Please sign in to comment.