1
0
Fork 0

fix typo in variable name

This commit is contained in:
jsteemann 2018-02-28 17:39:49 +01:00
parent 37e4fbdb2e
commit f68cd7f296
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ std::vector<Job::shard_t> Job::clones(
ret.emplace_back(otherCollection, sortedShardList(col("shards"))[steps]);
} else {
LOG_TOPIC(ERR, Logger::SUPERVISION)
<< "Shard distribution of clone(" << othercollection
<< "Shard distribution of clone(" << otherCollection
<< ") does not match ours (" << collection << ")";
}
}