daemon: Fix comment

This commit is contained in:
Nedko Arnaudov 2010-04-04 00:31:40 +03:00
parent e2c0400548
commit 22aa3feb67
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bool get_app_name_from_supervisor(void * context, ladish_graph_handle graph, lad
pid_t pid;
char * app_name;
ASSERT(app_find_context_ptr->app_name == NULL); /* we stop app supervisor iteration when app is found */
ASSERT(app_find_context_ptr->app_name == NULL); /* we stop iteration when app is found */
//log_info("checking app supervisor \"%s\" for pid %llu", ladish_app_supervisor_get_name(app_supervisor), (unsigned long long)pid);