diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 75fdbfa69..c48eec5f9 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1361,8 +1361,7 @@ int32_t komodo_userpass(char *userpass,char *symbol) userpass[0] = 0; sprintf(confname,"%s.conf",symbol); komodo_statefname(fname,symbol,confname); - if ( strcmp(symbol,"KMD") == 0 ) - printf("conf.(%s)\n",fname); + printf("[%s] conf.(%s)\n",symbol,fname); if ( (fp= fopen(fname,"rb")) != 0 ) { komodo_userpass(username,password,fp);