modify recall

This commit is contained in:
lnk
2025-10-24 08:50:54 +08:00
parent a755c6faab
commit fdd6a30fe2
5 changed files with 126 additions and 36 deletions

View File

@@ -622,6 +622,7 @@ void Worker::printLedgerinshell(const terminal_dev& dev, int fd) {
case 1: return "RUNNING(1)";
case 2: return "DONE(2)";
case 3: return "FAILED(3)";
case 4: return "EMPTY(4)";
default: return "UNKNOWN";
}
};