exit(1);
}
if(strncmp(acccode,"TCP_DENIED/407",14) == 0) continue;
- if (getword_atoll(&accelap,&gwarea,'\t')<0 || getword_skip(20000,&gwarea,'\t')<0) {
- printf("SARG: Maybe you have a broken elapsed time in your %s file (%d).\n",tmp3,__LINE__);
+ if (getword_atoll(&accelap,&gwarea,'\t')<0) {
+ debuga(_("Maybe you have a broken elapsed time in your %s file (%d)"),tmp3,__LINE__);
exit(1);
}
- if (getword(accsmart,sizeof(accsmart),&gwarea,'"')<0) {
- printf("SARG: Maybe you have a broken smart info in your %s file (%d).\n",tmp3,__LINE__);
+ if (getword_skip(20000,&gwarea,'"')<0 || getword(accsmart,sizeof(accsmart),&gwarea,'"')<0) {
+ debuga(_("Maybe you have a broken smart info in your %s file (%d)"),tmp3,__LINE__);
exit(1);
}