Skip to content

Commit

Permalink
Print id of the notifications created by notificationtool
Browse files Browse the repository at this point in the history
  • Loading branch information
pvuorela committed Nov 28, 2017
1 parent 141f554 commit bfa018e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/notificationtool/notificationtool.cpp
Expand Up @@ -327,6 +327,7 @@ int main(int argc, char *argv[])
appName = argv[0];
}
result = proxy.Notify(appName, id, icon, summary, body, actionValues, hintValues, expireTimeout);
std::cout << "Created notification with id " << result << std::endl;
break;
}
case Remove:
Expand Down

0 comments on commit bfa018e

Please sign in to comment.