Skip to content

Commit

Permalink
Fixes logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Watermelon914 authored and Watermelon914 committed Dec 27, 2024
1 parent 38bb028 commit f10699e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/admin_ranks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ GLOBAL_LIST_EMPTY(admin_ranks) //list of all ranks with associated rights

//Clear profile access
for(var/admin in world.GetConfig("admin"))
debug_log("Clearing [admin] from APP/admin.")
log_debug("Clearing [admin] from APP/admin.")
world.SetConfig("APP/admin", admin, null)

load_admin_ranks()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/admin/holder2.dm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ GLOBAL_PROTECT(href_token)
GLOB.admin_datums[ckey] = src
extra_titles = new_extra_titles
if(rights & R_PROFILER)
debug_log("Adding [ckey] to APP/admin.")
log_debug("Adding [ckey] to APP/admin.")
world.SetConfig("APP/admin", ckey, "role=admin")

// Letting admins edit their own permission giver is a poor idea
Expand Down

0 comments on commit f10699e

Please sign in to comment.