Masanobu Yasui authored on 2009/05/22 15:59:52
Showing 1 changed files
... ...
@@ -149,15 +149,13 @@ static int msend_retry(mfile *m)
149 149
     for(t=members;t;t=t->next){
150 150
       r = get_hoststate(t, m);
151 151
       if(!r){
152
-        lprintf(0, "%s: can't alloc state area %s\n",
153
-          __func__, 
154
-          t->hostname);
152
+        lprintf(0, "[error] %s: can't alloc state area %s\n", __func__, t->hostname);
155 153
         continue;
156 154
       }
157 155
       switch(moption.loglevel){
158 156
         case 2:
159 157
           if(*r == MAKUO_RECVSTATE_NONE){
160
-            lprintf(0, "%s:   %s %s(%s)\n", 
158
+            lprintf(2, "%s:   %s %s(%s)\n", 
161 159
               __func__, 
162 160
              strrstate(*r), 
163 161
              inet_ntoa(t->ad),