v10.0.0-rc26

pull/1200/head
Rick Carlino 2020-05-14 15:35:37 -05:00
parent db1d6cf4f5
commit 6d92a11ebd
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
10.0.0-rc25
10.0.0-rc26

View File

@ -47,7 +47,7 @@ defmodule FarmbotCore.Asset.Private do
try do
result = Repo.insert_or_update!(changeset)
%FarmbotCore.Asset.Private.LocalMeta{} = result
FarmbotCore.Logger.debug(3, "#mark_dirty!/2: #{result.table}##{result.id}")
FarmbotCore.Logger.info(3, "#mark_dirty!/2: #{result.table}##{result.id}")
result
catch
:error, %Sqlite.DbConnection.Error{