Explorar o código

Remove hub warning during update

Bryan Drewery %!s(int64=14) %!d(string=hai) anos
pai
achega
5ac60591eb
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/mod/update.mod/update.c

+ 1 - 2
src/mod/update.mod/update.c

@@ -216,8 +216,7 @@ static void got_nu(char *botnick, char *code, char *par)
        botunlink(-2, dcc[uplink_idx].nick, "Restructure for update.");
        usleep(1000 * 500);
        botlink("", -3, botnick);
-     } else 
-       putlog(LOG_MISC, "*", "I need to be updated with %li/%s", (long) newbuildts, newcommit);
+     }
    }  
 }