Skip to content

Commit

Permalink
NAS-2429 Rework after review CR-NAS-254.
Browse files Browse the repository at this point in the history
  • Loading branch information
mss committed Jul 7, 2015
1 parent 75e3fff commit 329e17f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,7 @@ void generateJobs(Date timeToGenerateJobsFor) {
String channelName = chan.getName();
if (postponeUnregisteredChannel && !harvestChannelRegistry.isRegistered(channelName)) {
log.info("Harvest channel '{}' has not yet been registered by any harvester, hence harvest "
+ "definition '{}' ({}) cannot be processed by the job generator for now. Restarting "
+ "affected Harvestcontrollers will force reregistration.",
+ "definition '{}' ({}) cannot be processed by the job generator for now.",
channelName, harvestDefinition.getName(), id);
continue;
}
Expand Down

0 comments on commit 329e17f

Please sign in to comment.