repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 71939cf513d13c77e8f91fa0da84808014e30825:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 71939cf513d13c77e8f91fa0da84808014e30825
Author: Alexander Barton 
Date:   Tue Jan 1 18:01:43 2002 +0000

    - Architektur und Betriebssystem in Start-Meldung aufgenommen.

diff --git a/src/ngircd/log.c b/src/ngircd/log.c
index 7f58a1b98922ef30c37b696e025cab550fd99e87..
index ..9d651eae0a4ea94f8060b24c71e928941a09c377 100644
--- a/src/ngircd/log.c
+++ b/src/ngircd/log.c
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: log.c,v 1.13 2001/12/31 02:18:51 alex Exp $
+ * $Id: log.c,v 1.14 2002/01/01 18:01:43 alex Exp $
  *
  * log.c: Logging-Funktionen
  *
  * $Log: log.c,v $
+ * Revision 1.14  2002/01/01 18:01:43  alex
+ * - Architektur und Betriebssystem in Start-Meldung aufgenommen.
+ *
  * Revision 1.13  2001/12/31 02:18:51  alex
  * - viele neue Befehle (WHOIS, ISON, OPER, DIE, RESTART),
  * - neuen Header "defines.h" mit (fast) allen Konstanten.
@@ -107,7 +110,7 @@ GLOBAL VOID Log_Init( VOID )
 #ifdef USE_SYSLOG
 	openlog( PACKAGE, LOG_CONS|LOG_PID, LOG_LOCAL5 );
 #endif
-	Log( LOG_NOTICE, PACKAGE" version "VERSION"%s started.", txt );
+	Log( LOG_NOTICE, PACKAGE" version "VERSION"%s-"P_OSNAME"/"P_ARCHNAME" started.", txt );
 } /* Log_Init */


-----END OF PAGE-----