Fix set but no use variables warnings
[lttng-tools.git] / ltt-sessiond / traceable-app.c
index bbb1b539ff8faebff8e54a8bd11db36720d40c7e..52cfb0f0da32365c27754fc7a71a804cab48c5e7 100644 (file)
@@ -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;
 }
This page took 0.02342 seconds and 4 git commands to generate.