Cosmetic change
This commit is contained in:
@ -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.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user