Skip to content

Commit

Permalink
Fix log name typo for SSecurityRSAAES
Browse files Browse the repository at this point in the history
  • Loading branch information
CendioOssman committed Dec 17, 2024
1 parent 433d39a commit 6d5026f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/rfb/SSecurityRSAAES.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ BoolParameter SSecurityRSAAES::requireUsername
("RequireUsername", "Require username for the RSA-AES security types",
false, ConfServer);

static LogWriter vlog("CSecurityRSAAES");
static LogWriter vlog("SSecurityRSAAES");

SSecurityRSAAES::SSecurityRSAAES(SConnection* sc_, uint32_t _secType,
int _keySize, bool _isAllEncrypted)
Expand Down

0 comments on commit 6d5026f

Please sign in to comment.