From 4735f5b2016c0d1b6ad0fed9663a070b7680a4aa Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 22 Apr 2018 16:16:27 +0300 Subject: [PATCH] Test --- src/komodo_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 3d895fef3..62df64f1e 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1280,7 +1280,7 @@ uint16_t komodo_userpass(char *username,char *password,FILE *fp) else if ( (str= strstr(line,(char *)"rpcport")) != 0 ) { port = atoi(parse_conf_line(str,(char *)"rpcport")); - printf("rpcport.%u in file\n",port); + fprintf(stderr,"rpcport.%u in file\n",port); } } if ( rpcuser != 0 && rpcpassword != 0 )