This commit is contained in:
jl777
2017-03-26 13:30:23 +03:00
parent f1024f06ac
commit 9e1bde7e24
3 changed files with 3 additions and 3 deletions

View File

@@ -1355,7 +1355,7 @@ void komodo_configfile(char *symbol,uint16_t port)
komodo_userpass(username,password,fp);
sprintf(KMDUSERPASS,"%s:%s",username,password);
fclose(fp);
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
} else printf("couldnt open.(%s)\n",fname);
}