Log in admin priv setter

master
HimbeerserverDE 2021-04-22 17:14:42 +02:00
parent e7ee6b4841
commit e077b338db
No known key found for this signature in database
GPG Key ID: 1A651504791E6A8B
1 changed files with 2 additions and 0 deletions

View File

@ -129,5 +129,7 @@ func init() {
log.Print(err)
return
}
log.Print("Granted \"privs\" privilege to admin ", admin)
}
}