Tidy the lining up of a message; add documentation.

This commit is contained in:
counterpoint
2015-06-24 14:39:13 +01:00
parent dfbb42ead9
commit ced5c67338
4 changed files with 84 additions and 5 deletions

View File

@ -2219,7 +2219,7 @@ dprintOneDCB(DCB *pdcb, DCB *dcb)
struct tm * timeinfo;
timeinfo = localtime (&dcb->persistentstart);
strftime(buff, sizeof(buff), "%b %d %H:%M:%S", timeinfo);
dcb_printf(pdcb, "\t\tAdded to persistent pool: %s\n", buff);
dcb_printf(pdcb, "\t\tAdded to persistent pool: %s\n", buff);
}
}
/**
@ -2393,7 +2393,7 @@ dprintDCB(DCB *pdcb, DCB *dcb)
struct tm * timeinfo;
timeinfo = localtime (&dcb->persistentstart);
strftime(buff, sizeof(buff), "%b %d %H:%M:%S", timeinfo);
dcb_printf(pdcb, "\t\tAdded to persistent pool: %s\n", buff);
dcb_printf(pdcb, "\t\tAdded to persistent pool: %s\n", buff);
}
}