Skip to content

Commit

Permalink
improved output for cmdline in/uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Wardle committed Jul 30, 2018
1 parent c5e40b3 commit 03cb17a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/Configure/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int main(int argc, char *argv[])
}

//dbg msg
printf("LULU: install ok!\n");
printf("LULU: install ok!\n...reboot to complete\n\n");

//happy
status = 0;
Expand All @@ -68,7 +68,7 @@ int main(int argc, char *argv[])
}

//dbg msg
printf("LULU: uninstall ok!\n");
printf("LULU: uninstall ok!\n...reboot to complete\n\n");

//happy
status = 0;
Expand Down

0 comments on commit 03cb17a

Please sign in to comment.