Make arguments match format string.
This commit is contained in:
@@ -353,7 +353,7 @@ STATIC void dbtpnCallback(putNotify *ppn)
|
||||
if(status==0)
|
||||
printf("dbtpnCallback: success record=%s\n",ppn->paddr->precord->name);
|
||||
else
|
||||
errlogPrintf("%s dbtpnCallback putNotify.status %d\n",(int)status);
|
||||
errlogPrintf("%s dbtpnCallback putNotify.status %d\n",ppn->paddr->precord->name,(int)status);
|
||||
free((void *)ppn->paddr);
|
||||
free(ppn);
|
||||
}
|
||||
|
||||
@@ -644,7 +644,7 @@ static void tpnCallback(putNotify *ppn)
|
||||
if(status==0)
|
||||
printf("tpnCallback: success record=%s\n",pname);
|
||||
else
|
||||
errlogPrintf("%s tpnCallback status = %d\n",status);
|
||||
errlogPrintf("%s tpnCallback status = %d\n",pname,status);
|
||||
free((void *)pdbaddr);
|
||||
free(ppn);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user