X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ltt-sessiond%2Ftraceable-app.c;h=52cfb0f0da32365c27754fc7a71a804cab48c5e7;hp=bbb1b539ff8faebff8e54a8bd11db36720d40c7e;hb=cbbbb2757f90ecfc8bc2f51ba5bad8ed614577bb;hpb=91d76f53238ce994e91e1213e46c138b1b5529c6 diff --git a/ltt-sessiond/traceable-app.c b/ltt-sessiond/traceable-app.c index bbb1b539f..52cfb0f0d 100644 --- a/ltt-sessiond/traceable-app.c +++ b/ltt-sessiond/traceable-app.c @@ -3,8 +3,8 @@ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. + * as published by the Free Software Foundation; only version 2 + * of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -94,7 +94,7 @@ int register_traceable_app(pid_t pid, uid_t uid) lta->uid = uid; lta->pid = pid; add_traceable_app(lta); - DBG("PID %d registered", pid); + DBG("Application %d registered with UID %d", pid, uid); return 0; }