Skip to content

Commit a9e260b

Browse files
committed
Add the log for missing repo
1 parent bf13c69 commit a9e260b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

db/cassandra/src/main/java/org/commonjava/indy/cassandra/data/CassandraStoreDataManager.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ public Set<Group> affectedBy( Collection<StoreKey> keys ) throws IndyDataExcepti
268268

269269
if ( store == null )
270270
{
271+
logger.error( "Error: the group {} does not exist as affected by for store {}", gKey, key );
271272
processed.add( gKey );
272273
continue;
273274
}

0 commit comments

Comments
 (0)