mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-05 04:16:24 -07:00
Disabled default logs and added message
This commit is contained in:
parent
4883048558
commit
58d9257708
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue