mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 12:27:52 +00:00
Change a debug printf to DBGP.
This commit is contained in:
parent
b03541a91c
commit
8b53d902d3
@ -497,7 +497,8 @@ struct mail_s *parse_mail_args(char type, const char *arg)
|
||||
} else {
|
||||
mail->command[0] = '\0';
|
||||
}
|
||||
printf("'%s' '%s'\n", mail->folder, mail->command);
|
||||
DBGP("mail args parsed: folder: '%s' command: '%s' user: '%s' host: '%s'\n",
|
||||
mail->folder, mail->command, mail->user, mail->host);
|
||||
mail->p_timed_thread = NULL;
|
||||
return mail;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user