Added one space on printing error at signing
This commit is contained in:
@@ -94,7 +94,7 @@ void Bureaucrat::signForm(Form &form)
|
|||||||
<< std::endl;
|
<< std::endl;
|
||||||
} catch (std::exception &e) {
|
} catch (std::exception &e) {
|
||||||
std::cout << this->name
|
std::cout << this->name
|
||||||
<< "couldn't sign "
|
<< " couldn't sign "
|
||||||
<< form.getName()
|
<< form.getName()
|
||||||
<< " because "
|
<< " because "
|
||||||
<< e.what()
|
<< e.what()
|
||||||
|
|||||||
Reference in New Issue
Block a user