mirror of
https://github.com/CFC-Servers/cfc_time.git
synced 2025-03-04 03:03:20 -05:00
Reduce log levels (#43)
This commit is contained in:
parent
e260aeadaa
commit
def1cd8b4a
@ -127,7 +127,7 @@ end
|
||||
function storage:PlayerInit( ply, sessionStart, callback )
|
||||
local steamID = ply:SteamID64()
|
||||
|
||||
logger:info( "Receiving PlayerInit call for: " .. tostring( steamID ) )
|
||||
logger:debug( "Receiving PlayerInit call for: " .. tostring( steamID ) )
|
||||
local transaction = storage:InitTransaction()
|
||||
|
||||
local newUser = self:Prepare( "newUser", nil, steamID )
|
||||
|
@ -43,7 +43,7 @@ end
|
||||
function storage:PlayerInit( ply, sessionStart, callback )
|
||||
local steamID = ply:SteamID64()
|
||||
|
||||
logger:info( "Receiving PlayerInit call for: " .. tostring( steamID ) )
|
||||
logger:debug( "Receiving PlayerInit call for: " .. tostring( steamID ) )
|
||||
|
||||
sql.Begin()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user