This commit is contained in:
ed 2021-07-01 22:27:19 +02:00
parent 765294c263
commit ecead109ab
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 11, 29) VERSION = (0, 11, 30)
CODENAME = "the grid" CODENAME = "the grid"
BUILD_DT = (2021, 6, 30) BUILD_DT = (2021, 7, 1)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -1367,7 +1367,7 @@ function up2k_init(subtle) {
t.bytes_uploaded += cdr - car; t.bytes_uploaded += cdr - car;
} }
else if (txt.indexOf('already got that') !== -1) { else if (txt.indexOf('already got that') !== -1) {
console.log("ignoring dupe-segment error"); console.log("ignoring dupe-segment error", t);
} }
else { else {
alert("server broke; cu-err {0} on file [{1}]:\n".format( alert("server broke; cu-err {0} on file [{1}]:\n".format(