comparison vamp-server/simple-server.cpp @ 281:c0b29d2af155

Remove parens from this message, because it's really useful to be able to copy/paste from the end of it including newline
author Chris Cannam <cannam@all-day-breakfast.com>
date Fri, 11 Jan 2019 15:55:04 +0000
parents b7eec400cd94
children ae7397deffaa
comparison
equal deleted inserted replaced
280:4b581a498981 281:c0b29d2af155
676 suspendOutput(); 676 suspendOutput();
677 677
678 if (debug) { 678 if (debug) {
679 cerr << myname << " " << pid << ": waiting for format: " << format << endl; 679 cerr << myname << " " << pid << ": waiting for format: " << format << endl;
680 if (format == "json") { 680 if (format == "json") {
681 cerr << myname << " " << pid << ": (to test the server, try {\"method\": \"list\"})" << endl; 681 cerr << myname << " " << pid << ": to test the server, try {\"method\": \"list\"}" << endl;
682 } 682 }
683 } 683 }
684 684
685 while (true) { 685 while (true) {
686 686