Changeset 6062
- Timestamp:
- 04/14/10 09:31:52 (3 years ago)
- Files:
-
- 1 modified
-
luci2/upsd/worker.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci2/upsd/worker.c
r6059 r6062 182 182 } else { 183 183 if (!(fp = fopen(pidfile, "w"))) { 184 UPSD_LOG_WARN("Unable to write pidfile '%s'", pidfile); 184 UPSD_LOG_WARN("Unable to write pidfile '%s': %s", 185 pidfile, strerror(errno)); 185 186 } else { 186 187 fprintf(fp, "%i\n", (int)pid);
