diff options
Diffstat (limited to 'load')
-rw-r--r-- | load/load.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/load/load.cxx b/load/load.cxx index 765cf43..ba2da1c 100644 --- a/load/load.cxx +++ b/load/load.cxx @@ -1811,7 +1811,7 @@ try throw failed (); } - if (t->loaded_timestamp) + if (t->unloaded_timestamp) { cerr << "error: tenant " << tnt << " is marked as unloaded" << endl; throw failed (); |