Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Aug 12, 2024
1 parent e66e238 commit 53e1df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static bool IsYubicoDevice(this ISmartCardDevice device)
}
catch (PlatformInterop.SCardException e)
{
Log.GetLogger(typeof(KeyboardDeviceInfoFactory).FullName!)
Log.GetLogger(typeof(ISmartCardDeviceExtension).FullName!)
.LogWarning(e, "Exception encountered when attempting to read device ATR.");
}

Expand Down

0 comments on commit 53e1df6

Please sign in to comment.