mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-19 23:01:02 +00:00
Disabled default logs and added message
This commit is contained in:
parent
4883048558
commit
58d9257708
|
@ -563,8 +563,8 @@ static void vgpu_unlock_hmac_sha256(void* dst,
|
||||||
*------------------------------------------------------------------------------
|
*------------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Debug logs can be enabled here by changing 0 to 1. */
|
/* Debug logs can be enabled here. To enable it, change 0 to 1. */
|
||||||
#if 1
|
#if 0
|
||||||
#define LOG(...) printk(__VA_ARGS__)
|
#define LOG(...) printk(__VA_ARGS__)
|
||||||
#else
|
#else
|
||||||
#define LOG(...)
|
#define LOG(...)
|
||||||
|
|
Loading…
Reference in a new issue