Subversion Repositories HomeAutomation

Rev

Rev 976 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 976 Rev 977
Line 235... Line 235...
235
            String::AsciiValue error(try_catch.Exception());
235
            String::AsciiValue error(try_catch.Exception());
236
            string sError = *error;
236
            string sError = *error;
237
            slog << "loadScript: Failed to run script: " + sError + "\n";
237
            slog << "loadScript: Failed to run script: " + sError + "\n";
238
            return false;
238
            return false;
239
        }
239
        }
-
 
240
 
-
 
241
        slog << "Loaded " + scriptName + "\n";
240
    }
242
    }
241
 
243
 
242
    return true;
244
    return true;
243
}
245
}
244
 
246