mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
battle net emulator daemon git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@6968 d073be05-634f-4543-b044-5fe20cf6d1d6
24 lines
713 B
Diff
24 lines
713 B
Diff
--- d2dbs/main.c Wed Dec 26 02:10:05 2001
|
|
+++ d2dbs/main.c.new Wed May 12 15:23:14 2004
|
|
@@ -132,9 +132,7 @@
|
|
{
|
|
if (!(temp = strdup(levels)))
|
|
{
|
|
- eventlog(eventlog_level_fatal,"main","could not allocate memory for tem
|
|
-p
|
|
- (exiting)");
|
|
+ eventlog(eventlog_level_fatal,"main","could not allocate memory for temp (exiting)");
|
|
return -1;
|
|
}
|
|
|
|
@@ -143,8 +141,7 @@
|
|
while (tok)
|
|
{
|
|
if (eventlog_add_level(tok)<0)
|
|
- eventlog(eventlog_level_error,"main","could not add log level \"%s\"
|
|
-",tok);
|
|
+ eventlog(eventlog_level_error,"main","could not add log level \"%s\"",tok);
|
|
tok = strtok(NULL,",");
|
|
}
|
|
|