Skip to content

Commit 7b7f69b

Browse files
committed
CS-10929: Pass error string when raising CloudInternalException
RB: https://reviews.apache.org/r/6449/ Send-by: andy@basho.com
1 parent 57b5770 commit 7b7f69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/cloudutils/syscfg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def config(self):
7373

7474
for service in self.services:
7575
if not service.configration():
76-
raise CloudInternalException()
76+
raise CloudInternalException("Configuration failed for service %s" % service.serviceName)
7777

7878
def restore(self):
7979
for service in self.services:

0 commit comments

Comments
 (0)