Fix typo.

qa/10.0.0
Rick Carlino 2020-05-17 12:41:10 -05:00
parent 3b256f14f6
commit 7355fd25fb
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10.0.0-rc37
10.0.0-rc38

View File

@ -33,7 +33,7 @@ defmodule FarmbotCore.Asset.Private do
list = Repo.all(from(data in module, join: lm in subquery(q)))
Enum.map(list, fn item ->
if module == FarmbotCore.Asset.Point do
msg = "list_local: Point#{item.id}.y = #{item.y || "nil"}"
msg = "list_dirty: Point#{item.id}.y = #{item.y || "nil"}"
FarmbotCore.Logger.info(3, msg)
end
item