X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=frontend%2Fumts.c;h=1c8dd2cb8f0b47eb62b48a0b62ca16f5f1c92025;hb=46cf404603955fa122ad50cfe9a72b82491f9b4d;hp=f6c4d87485e1f6164d71c1fe4728590d11b1798b;hpb=7abdabb14fe1491268751db2acd6118286d78265;p=planetlab-umts-tools.git diff --git a/frontend/umts.c b/frontend/umts.c index f6c4d87..1c8dd2c 100644 --- a/frontend/umts.c +++ b/frontend/umts.c @@ -27,6 +27,8 @@ #include "umts.h" +// vsys frontend + //#define DEBUG int vfd0, vfd1; @@ -76,7 +78,7 @@ int main(int argc, char **argv, char **envp){ if (flock(lock_fd, LOCK_EX | LOCK_NB)){ if (errno == EWOULDBLOCK){ - printf("An operation is already being performed"); + printf("An operation is already being performed.\n"); close(lock_fd); exit(1); } else if (errno == EBADF){