Changeset 927d0c70c763dcf56e6f12ebe02a51688468a5c3 for src/rahunasd.c
- Timestamp:
- 06/08/09 21:12:46 (3 years ago)
- Children:
- bae014d9f22e13f6115d53d154e6489f20ae00e4
- Parents:
- 5987af1b79b0c1fbd4aa9d30a53ec6879853ece3
- git-committer:
- Neutron Soutmun <neo.neutron@…> (06/08/09 21:12:46)
- Files:
-
- 1 modified
-
src/rahunasd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/rahunasd.c
raace70f r927d0c7 366 366 } 367 367 368 sprintf(version, "Starting %s - Version %s", PROGRAM, RAHUNAS_VERSION); 368 snprintf(version, sizeof (version), "Starting %s - Version %s", PROGRAM, 369 RAHUNAS_VERSION); 369 370 logmsg(RH_LOG_NORMAL, version); 370 371
