From ebc2f274b82b38bb0321a58d198a1a6629d77661 Mon Sep 17 00:00:00 2001
From: Jan Lemmer <jan.lemmer@fst.tu-darmstadt.de>
Date: Tue, 23 Nov 2021 08:02:32 +0100
Subject: [PATCH] Display change

---
 +PlotID/@config/config.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/+PlotID/@config/config.m b/+PlotID/@config/config.m
index 3d9bed0..e536624 100644
--- a/+PlotID/@config/config.m
+++ b/+PlotID/@config/config.m
@@ -28,7 +28,7 @@ classdef config < handle
                 msg = ['no valid config File with the filename ',...
                     obj.configFileName, ' found.' newline,...
                     'Please enter the required information manually'];
-                warning(msg); 
+                disp(msg); 
                 obj.configData = obj.wizard('initilise');
                 m = input('Do you want to save the config, Y/N [Y]:','s');
                 if ismember(m,{'Y','y'})
-- 
GitLab