diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-04-06 19:48:28 +0100 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-04-06 19:48:28 +0100 |
| commit | 5c35da049589206677fe94e5e43d03d9b1942035 (patch) | |
| tree | 7898827f57d6f220a2844fe041477aa9acc84ba0 /main.cpp | |
| parent | 533bdd92628ff882f0fb4bdcb364945dbc931995 (diff) | |
| download | pish-5c35da049589206677fe94e5e43d03d9b1942035.zip pish-5c35da049589206677fe94e5e43d03d9b1942035.tar.gz pish-5c35da049589206677fe94e5e43d03d9b1942035.tar.bz2 pish-5c35da049589206677fe94e5e43d03d9b1942035.tar.xz | |
Removed EUID from non-root error message
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ int main(int argc, char* argv[]) if(geteuid()!=0) // must be root to control LEDS! { cerr << "Need to be root to control LEDs!"<< endl; - cerr << "Current user ID: " << geteuid() << endl; return 1; } parse_args(argc, argv); |