mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-11 16:16:44 -04:00
demote logs
This commit is contained in:
@@ -161,7 +161,7 @@ int main( int argc, const char *argv[] ) {
|
||||
strncpy( auth, value, sizeof(auth)-1 );
|
||||
} else if ( !strcmp( name, "token" ) ) {
|
||||
jwt_token_str = value;
|
||||
Info("ZMS: JWT token found: %s", jwt_token_str.c_str());
|
||||
Debug(1,"ZMS: JWT token found: %s", jwt_token_str.c_str());
|
||||
|
||||
} else if ( !strcmp( name, "user" ) ) {
|
||||
username = UriDecode( value );
|
||||
|
||||
Reference in New Issue
Block a user