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
|
case length(WorkQ) of
|
||||||
L when L > 0 ->
|
L when L > 0 ->
|
||||||
[{SrcLevel, Manifest}|OtherWork] = WorkQ,
|
[{SrcLevel, Manifest}|OtherWork] = WorkQ,
|
||||||
Backlog = length(OtherWork),
|
leveled_log:log("P0020", [SrcLevel, From, length(OtherWork)]),
|
||||||
leveled_log:log("P0020", [SrcLevel, From, Backlog]),
|
|
||||||
IsBasement = if
|
IsBasement = if
|
||||||
SrcLevel + 1 == BasementL ->
|
SrcLevel + 1 == BasementL ->
|
||||||
true;
|
true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue