djm-fix.cpp
branchv_0
changeset 13 334b727f7516
parent 12 15d87fdd6e6c
     1.1 --- a/djm-fix.cpp	Mon Jan 04 15:45:12 2021 +0100
     1.2 +++ b/djm-fix.cpp	Mon Jan 04 17:11:57 2021 +0100
     1.3 @@ -83,7 +83,7 @@
     1.4  	using L = djmfix::logging::Level;
     1.5  	std::unique_ptr<djmfix::logging::Logger> logger(djmfix::logging::create(std::cerr, L::INFO));
     1.6  	try {
     1.7 -		logger->log(L::INFO, "djm-fix started");
     1.8 +		logger->log(L::INFO, "DJM-Fix started.");
     1.9  		std::string cardNamePattern = argc == 2 ? argv[1] : "Pioneer DJ.*";
    1.10  
    1.11  		signal(SIGINT, interrupt);
    1.12 @@ -94,7 +94,7 @@
    1.13  		while (run) std::this_thread::sleep_for(std::chrono::milliseconds(100));
    1.14  		
    1.15  		std::cerr << std::endl;
    1.16 -		logger->log(L::INFO, "djm-fix stopping");
    1.17 +		logger->log(L::INFO, "DJM-Fix stopping.");
    1.18  		
    1.19  		alsaBridge->stop();
    1.20