mirror of
https://github.com/akuker/RASCSI.git
synced 2025-01-05 14:31:47 +00:00
Message update
This commit is contained in:
parent
9c0811f4bf
commit
bb5c19ca1d
@ -181,10 +181,10 @@ void CommandServerInfo(const string& hostname, int port)
|
||||
cout << "rascsi log level: " << serverInfo.log_level() << endl;
|
||||
cout << "Default image file folder: " << serverInfo.default_image_folder() << endl;
|
||||
if (!serverInfo.available_images_size()) {
|
||||
cout << "No image files available" << endl;
|
||||
cout << "No image files available in the default folder" << endl;
|
||||
}
|
||||
else {
|
||||
cout << "Available image files:" << endl;
|
||||
cout << "Image files available in the default folder:" << endl;
|
||||
for (int i = 0; i < serverInfo.available_images_size(); i++) {
|
||||
cout << " " << serverInfo.available_images(i) << endl;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user