1
0
mirror of https://github.com/openSUSE/libsolv.git synced 2026-02-05 12:45:46 +01:00

luasolv: delete debug line

This commit is contained in:
Michael Schroeder
2024-03-27 14:05:11 +01:00
parent 682a00013c
commit 709092ef52

3
examples/luasolv Normal file → Executable file
View File

@@ -338,7 +338,6 @@ function Repo_rpmmd:load_ext(repodata)
local filechksum = repodata:lookup_str(solv.SOLVID_META, solv.REPOSITORY_REPOMD_CHECKSUM)
local f = self:download(filename, true, filechksum)
if not f then
print("download failed")
return false
end
if ext == 'FL' then
@@ -458,7 +457,7 @@ if cmd == 'search' then
os.exit(0)
end
if not cmdactions[cmd] then die("unknown command '"..cmd.."'") end
if not cmdactions[cmd] then die(("unknown command '%s'"):format(cmd)) end
pool:addfileprovides()
pool:createwhatprovides()