From b1172dfdee196ecda61f4f689a78835be9f5f609 Mon Sep 17 00:00:00 2001 From: Peter Thor Date: Fri, 5 Feb 2016 21:44:09 +0100 Subject: [PATCH] Added error message asking the user if he has built the plugin for the correct platform. --- inc/osvr/Server/ConfigureServerFromFile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/osvr/Server/ConfigureServerFromFile.h b/inc/osvr/Server/ConfigureServerFromFile.h index 7d2f28367..6e1e2eb10 100644 --- a/inc/osvr/Server/ConfigureServerFromFile.h +++ b/inc/osvr/Server/ConfigureServerFromFile.h @@ -113,6 +113,7 @@ namespace server { out << " - " << pluginError.first << "\t" << pluginError.second << endl; } + out << "Is the plugin built for the desired platform?" << endl; out << "\n"; }