Reindex: Include exception cause when dying
Change-Id: I2602b2b857a594fb65e5b791bb14f888c95ff4c5
This commit is contained in:

committed by
David Pursehouse

parent
ea402eca3c
commit
159ab09922
@@ -153,7 +153,7 @@ public class Reindex extends SiteProgram {
|
|||||||
result = indexAll();
|
result = indexAll();
|
||||||
index.markReady(true);
|
index.markReady(true);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw die(e.getMessage());
|
throw die(e.getMessage(), e);
|
||||||
}
|
}
|
||||||
sysManager.stop();
|
sysManager.stop();
|
||||||
dbManager.stop();
|
dbManager.stop();
|
||||||
|
Reference in New Issue
Block a user