mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Sweep job type.
This commit is contained in:
@@ -143,6 +143,9 @@ const char* Job::toString (JobType t)
|
||||
case jtHO_WRITE:
|
||||
return "nodeWrite";
|
||||
|
||||
case jtSWEEP:
|
||||
return "sweep";
|
||||
|
||||
default:
|
||||
assert (false);
|
||||
return "unknown";
|
||||
|
||||
Reference in New Issue
Block a user