Skip to content

Commit

Permalink
Merge pull request #1082 from G10h4ck/shared_state_async
Browse files Browse the repository at this point in the history
shared-state-async fix log pollution
  • Loading branch information
ilario authored Feb 14, 2024
2 parents 8b577bf + a823f47 commit 3aa8c1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/safe-upgrade/files/usr/sbin/safe-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function su.get_uboot_env(key)
end

local function set_uboot_env(key, value)
print("DEBUG: seting key:" .. key)
print("DEBUG: setting key:" .. key)
print("DEBUG: value:" .. value)
utils.unsafe_shell("fw_setenv " .. key .. " '" .. value .. "'")
end
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-state-async/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PKG_VERSION=$(GIT_COMMIT_DATE)-$(GIT_COMMIT_TSTAMP)

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/libremesh/shared-state-async.git
PKG_SOURCE_VERSION:=ac7b3be5d1990195b9eee09888ac97daf08c82c5
PKG_SOURCE_VERSION:=575a4774a5fa38e6d5549e08e217f6299dc16742
PKG_MAINTAINER:=Asociación Civil Altermundi <info@altermundi.net>
PKG_LICENSE:=AGPL-3.0

Expand Down

0 comments on commit 3aa8c1c

Please sign in to comment.