X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=blobdiff_plain;f=bin%2Fmisc%2Fuuidtest.c;h=de114eb30549c7c0b907c7d07e3ca6aa9a8f353d;hp=215f23f5a01f7d772d0ce30bcd3dc17d2cd53334;hb=72d236ebd4b7e2a7483bc22cc71cab5173f87c20;hpb=bcf8290b66fcb6f23d80a01c465bfd1cf900fb61 diff --git a/bin/misc/uuidtest.c b/bin/misc/uuidtest.c index 215f23f5..de114eb3 100644 --- a/bin/misc/uuidtest.c +++ b/bin/misc/uuidtest.c @@ -1,5 +1,5 @@ /* - $Id: uuidtest.c,v 1.1 2009-11-27 21:15:48 franklahm Exp $ + $Id: uuidtest.c,v 1.2 2009-11-28 12:20:12 franklahm Exp $ Copyright (c) 2008,2009 Frank Lahm This program is free software; you can redistribute it and/or modify @@ -73,7 +73,7 @@ int main( int argc, char **argv) char *uuidstring = NULL; char *name = NULL; - setuplog("default log_error /dev/tty"); + setuplog("console log_error /dev/tty"); while ((c = getopt(argc, argv, ":vu:g:i:")) != -1) { switch(c) { @@ -81,7 +81,7 @@ int main( int argc, char **argv) case 'v': if (! verbose) { verbose = 1; - setuplog("default log_debug /dev/tty"); + setuplog("console log_debug /dev/tty"); } break;