X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fstream-fd.c;h=d102582aff9118e783ff269f6f72bc96ab02a525;hb=25a27ba07c1acbda03c3ff08bf78e2921b48c90b;hp=df5e8b0e8f866d4624b2557b92e985d76c41c7d4;hpb=825da1c6d1c7b9bc5128d7588b8bad6efaae650e;p=sliver-openvswitch.git diff --git a/lib/stream-fd.c b/lib/stream-fd.c index df5e8b0e8..d102582af 100644 --- a/lib/stream-fd.c +++ b/lib/stream-fd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2012 Nicira, Inc. + * Copyright (c) 2008, 2009, 2010, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -233,7 +233,7 @@ pfd_accept(struct pstream *pstream, struct stream **new_streamp) if (new_fd < 0) { retval = errno; if (retval != EAGAIN) { - VLOG_DBG_RL(&rl, "accept: %s", strerror(retval)); + VLOG_DBG_RL(&rl, "accept: %s", ovs_strerror(retval)); } return retval; }