From ca2a062492fdbcebe1c002aff17788d9874e290d Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 20 Oct 2000 13:52:57 +0000 Subject: [PATCH] Cosmetic change --- utils/SerPortServer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/SerPortServer.c b/utils/SerPortServer.c index 9cd655c5..07aa840b 100755 --- a/utils/SerPortServer.c +++ b/utils/SerPortServer.c @@ -1,4 +1,4 @@ -#define ident "1B03" +#define ident "1B04" #ifdef __DECC #pragma module SerPortServer ident @@ -2249,8 +2249,8 @@ /*-----------------------------------------------------------------------*/ setupTime (buff, sizeof (buff)); my_pid = getpid (); - printf ("%s - SerPortServer, Ident %s, started. PID = 0x%x\n", - &buff[4], ident, my_pid); + printf ("%s - SerPortServer, Ident %s, started. PID = %d/0x%x\n", + &buff[4], ident, my_pid, my_pid); /*-------------------------------------------------------------- ** Setup the resource database and look up the resources. */