Revision d81c4f8b client/cpp/include/MiddlewareROS.h

View differences:

client/cpp/include/MiddlewareROS.h
52 52
#ifndef ROS_SUPPORT
53 53
public:
54 54
	MiddlewareROS(std::string scope) : Middleware(scope) {
55
		printf("> ERROR: hlrc was compiled without ROS middleware support. Please use MiddlewareRSB() instead!\n\n");
55
		printf("> ERROR: hlrc was compiled without ROS middleware support.\n\n");
56 56
		exit(EXIT_FAILURE);
57 57
	}
58 58

  

Also available in: Unified diff