Cosmetic change

This commit is contained in:
cvs
2000-10-20 13:52:57 +00:00
parent cafe743e08
commit ca2a062492

View File

@ -1,4 +1,4 @@
#define ident "1B03" #define ident "1B04"
#ifdef __DECC #ifdef __DECC
#pragma module SerPortServer ident #pragma module SerPortServer ident
@ -2249,8 +2249,8 @@
/*-----------------------------------------------------------------------*/ /*-----------------------------------------------------------------------*/
setupTime (buff, sizeof (buff)); setupTime (buff, sizeof (buff));
my_pid = getpid (); my_pid = getpid ();
printf ("%s - SerPortServer, Ident %s, started. PID = 0x%x\n", printf ("%s - SerPortServer, Ident %s, started. PID = %d/0x%x\n",
&buff[4], ident, my_pid); &buff[4], ident, my_pid, my_pid);
/*-------------------------------------------------------------- /*--------------------------------------------------------------
** Setup the resource database and look up the resources. ** Setup the resource database and look up the resources.
*/ */