Skip to content

Commit d3b7568

Browse files
committed
Remove duplicate 'v' in logs
1 parent a981349 commit d3b7568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
# Logger configuration
4040
logging.getLogger().setLevel(app.config['LOG_LEVEL'])
41-
app.logger.info('Launching packet v' + app.config['VERSION'])
41+
app.logger.info('Launching packet ' + app.config['VERSION'])
4242
app.logger.info('Using the {} realm'.format(app.config['REALM']))
4343

4444
# Initialize the extensions

0 commit comments

Comments
 (0)