Skip to content

Commit 752877d

Browse files
author
Ivan Stoev
committed
Tracing crypto subscription parameters
1 parent 5e4a835 commit 752877d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pdiff.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,8 @@ static void process_modifyuserinfo(const binresult *entry){
12601260
psync_sql_bind_string(q, 1, "cryptoexpires");
12611261
psync_sql_bind_uint(q, 2, crexp);
12621262
psync_sql_run(q);
1263-
//debug(D_NOTICE, "Tracing crypto time - cryptoexpires [%lld] psync_millitime [%lld]",(long long)crexp, (long long)psync_millitime());
1263+
debug(D_WARNING, "Tracing crypto cryptosubscription [%lld] cripto_status [%d] psync_is_business[%ld]",(long long)crsub, crst, (long)psync_is_business);
1264+
debug(D_WARNING, "Tracing crypto time - cryptoexpires [%lld] psync_millitime [%lld]",(long long)crexp, (long long)psync_millitime());
12641265
if (psync_is_business || crsub){
12651266
if (crst)
12661267
crstat = 5;

0 commit comments

Comments
 (0)