﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
18752	Remove i18n from debug logging strings?	simon04	team	"{{{
#!java
Logging.debug(tr(""Adding certificate for TLS connections: {0}"", cert.getSubjectX500Principal().getName()));
Logging.debug(tr(""Test ''{0}'' completed in {1}"",
Logging.debug(tr(""{0} intermediate nodes to download."", nbNodes));
Logging.debug(tr(""between {0} {1} and {2} {3}"", p2.lat(), p2.lon(), p1.lat(), p1.lon()));
Logging.debug(tr(""Adding {0} to tag checker"", i));
Logging.debug(tr(""Undefined element ''{0}'' found in input stream. Skipping."", element));
Logging.debug(tr(""{0} completed in {1}"", title, ((MeasurableTask) task).duration));
Logging.debug(tr(""Line was ignored: {0}"", line));
Logging.debug(tr(""Test ''{0}'' completed in {1}"", getName(), stopwatch));
}}}"	enhancement	closed	minor	20.03	Core		fixed	i18n debug logging	
