]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/network/serv_netspool.c
Completed the rewrite of the network poller. Again I'm not terribly happy with this...
[citadel.git] / citadel / modules / network / serv_netspool.c
index 9c4adff9e74dcf968fa26a42aee1ec28c2c94a60..7ca9edcd8422f7936ae7d8ecfb321f9ad652e179 100644 (file)
@@ -913,7 +913,6 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm
        int nFailed = 0;
        int d_type = 0;
 
-
        /* Step 1: consolidate files in the outbound queue into one file per neighbor node */
        d = (struct dirent *)malloc(offsetof(struct dirent, d_name) + PATH_MAX + 1);
        if (d == NULL)  return;
@@ -982,7 +981,7 @@ void network_consolidate_spoolout(HashList *working_ignetcfg, HashList *the_netm
                syslog(LOG_DEBUG, "netspool: consolidate %s to %s", filename, ChrPtr(NextHop));
                if (CtdlNetworkTalkingTo(SKEY(NextHop), NTT_CHECK)) {
                        nFailed++;
-                       syslog(LOG_DEBUG, "netspool: urrently online with %s - skipping for now", ChrPtr(NextHop));
+                       syslog(LOG_DEBUG, "netspool: currently online with %s - skipping for now", ChrPtr(NextHop));
                }
                else {
                        size_t dsize;
@@ -1135,7 +1134,6 @@ void free_spoolcontrol_struct_members(SpoolControl *sc)
 }
 
 
-
 /*
  * It's ok if these directories already exist.  Just fail silently.
  */