Increase loglevel of some allocation map messages
This commit is contained in:
@@ -71,7 +71,7 @@ int build_allocation_map(struct bitset * allocation_map, int fd)
|
||||
}
|
||||
}
|
||||
|
||||
debug("Successfully built allocation map");
|
||||
info("Successfully built allocation map");
|
||||
return 1;
|
||||
}
|
||||
|
||||
@@ -347,4 +347,3 @@ ssize_t iobuf_write( int fd, struct iobuf *iobuf )
|
||||
|
||||
return count;
|
||||
}
|
||||
|
||||
|
@@ -705,7 +705,7 @@ void mirror_begin_cb( struct ev_loop *loop, ev_timer *w, int revents )
|
||||
}
|
||||
|
||||
if ( ctrl->serve->allocation_map_built || ctrl->serve->allocation_map_not_built ) {
|
||||
debug( "allocation map builder is finished, beginning migration" );
|
||||
info( "allocation map builder is finished, beginning migration" );
|
||||
/* Start by writing xfer 0 to the listener */
|
||||
ev_io_start( loop, &ctrl->write_watcher );
|
||||
/* We want to timeout during the first write as well as subsequent ones */
|
||||
@@ -1045,4 +1045,3 @@ void * mirror_super_runner( void * serve_uncast )
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
@@ -954,4 +954,3 @@ int do_serve( struct server* params, struct self_pipe * open_signal )
|
||||
|
||||
return success;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user