summaryrefslogtreecommitdiffstats
path: root/fnet/ethereal
Commit message (Collapse)AuthorAgeFilesLines
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* Update copyright headersJon Bratseth2017-06-144-2/+4
|
* Revert "Update copyright headers"Jon Bratseth2017-06-144-4/+2
|
* Update copyright headersJon Bratseth2017-06-144-2/+4
|
* Revert "Copyright header"Jon Bratseth2017-06-134-4/+2
|
* Copyright headerJon Bratseth2017-06-134-2/+4
|
* PublishJon Bratseth2016-06-154-0/+460