• Radostin Stoyanov's avatar
    cr-service: Don't log return val of parse_options · 2ffd191b
    Radostin Stoyanov authored
    The function parse_options() should return an integer 0, 1 or 2, where:
    0 := Success
    1 := Failure
    2 := CRIU should display help text
    
    The current behaviour always creates a warning message which shows
    the return value of that function. However, when the return value
    is different than 0 (Success) CRIU will fail. Since the logging is
    not initialised when this message is created, it will be lost, and
    therefore it can be removed completely.
    Signed-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
    2ffd191b
Name
Last commit
Last update
Documentation Loading commit data...
compel Loading commit data...
contrib Loading commit data...
coredump Loading commit data...
crit Loading commit data...
criu Loading commit data...
images Loading commit data...
include/common Loading commit data...
lib Loading commit data...
scripts Loading commit data...
soccr Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.mailmap Loading commit data...
.travis.yml Loading commit data...
COPYING Loading commit data...
CREDITS Loading commit data...
INSTALL.md Loading commit data...
Makefile Loading commit data...
Makefile.compel Loading commit data...
Makefile.config Loading commit data...
Makefile.install Loading commit data...
Makefile.versions Loading commit data...
README.md Loading commit data...