Correct overlap in naming with Backlog
This commit is contained in:
parent
70dc637c97
commit
376176eba3
1 changed files with 1 additions and 2 deletions
|
@ -788,8 +788,7 @@ return_work(State, From) ->
|
|||
case length(WorkQ) of
|
||||
L when L > 0 ->
|
||||
[{SrcLevel, Manifest}|OtherWork] = WorkQ,
|
||||
Backlog = length(OtherWork),
|
||||
leveled_log:log("P0020", [SrcLevel, From, Backlog]),
|
||||
leveled_log:log("P0020", [SrcLevel, From, length(OtherWork)]),
|
||||
IsBasement = if
|
||||
SrcLevel + 1 == BasementL ->
|
||||
true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue