Commit aa74f7e3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

* updated logging messages

parent 6c33ec10
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ public class TTCN3ResourceProvider {
	
			stopwatch.start();
			
			System.out.println("Resolving references...");
			System.out.println("Batch reference resolution...");
	
			//serial -> too slow, needed?
	//		for (Resource r : TTCN3GlobalScopeProvider.RESOURCES) {
@@ -178,7 +178,7 @@ public class TTCN3ResourceProvider {
			}				
			
			//TODO: make INFORMATION / DEBUG
			System.out.println("References resolved in "
			System.out.println("Batch resolution finished in "
					+ MiscTools.msToString(stopwatch.elapsed(TimeUnit.MILLISECONDS)) + " minutes." + '\n');
			
			stopwatch.stop();