forked from github/server
be less verbose about cursing
This commit is contained in:
parent
7e6312441c
commit
871373a0e5
|
@ -12,8 +12,6 @@ local function curse(file)
|
||||||
elseif not bitset(f.flags, 16) then
|
elseif not bitset(f.flags, 16) then
|
||||||
print("cursing " .. tostring(f))
|
print("cursing " .. tostring(f))
|
||||||
f.flags = f.flags + 16
|
f.flags = f.flags + 16
|
||||||
else
|
|
||||||
print("already cursed: " .. tostring(f))
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue