Increase loglevel of some allocation map messages

This commit is contained in:
nick
2013-10-30 16:40:32 +00:00
parent 65d4f581b9
commit 9d9ae40953
3 changed files with 2 additions and 5 deletions

View File

@@ -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;
}