Subversion Repositories HomeAutomation

Rev

Rev 969 | Rev 978 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 969 Rev 976
Line 45... Line 45...
45
    signal(SIGABRT, handler);
45
    signal(SIGABRT, handler);
46
    signal(SIGPIPE, handler);
46
    signal(SIGPIPE, handler);
47
 
47
 
48
    SyslogStream &slog = SyslogStream::getInstance();
48
    SyslogStream &slog = SyslogStream::getInstance();
49
 
49
 
50
    slog << "Atom " << VERSION << " starting...\n";
50
    slog << "Atom " + ftos(VERSION) + " starting...\n";
51
    slog << "Written by Mattias Runge 2008\n\n";
51
    slog << "Written by Mattias Runge 2008\n\n";
52
 
52
 
53
    if (file_exists("/etc/atom.conf"))
53
    if (file_exists("/etc/atom.conf"))
54
    {
54
    {
55
        if (!Settings::read("/etc/atom.conf"))
55
        if (!Settings::read("/etc/atom.conf"))