Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
03b1f1da
Commit
03b1f1da
authored
Oct 08, 2019
by
Tobias Wich
Browse files
Add log statement showing the users system type and arch
parent
825053db
Changes
1
Hide whitespace changes
Inline
Side-by-side
clients/richclient/src/main/java/org/openecard/richclient/RichClient.java
View file @
03b1f1da
...
...
@@ -143,6 +143,9 @@ public final class RichClient {
public
static
void
main
(
String
[]
args
)
{
LOG
.
info
(
"Starting {} {} ..."
,
AppVersion
.
getName
(),
AppVersion
.
getVersion
());
LOG
.
debug
(
"Running on {} {} {}."
,
System
.
getProperty
(
"os.name"
),
System
.
getProperty
(
"os.version"
),
System
.
getProperty
(
"os.arch"
));
RichClient
client
=
new
RichClient
();
client
.
setup
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment